GPUOcelot
|
command token More...
Public Types | |
enum | Type { String, Number, PtxType, VectorType, BracketOpen, BracketClose, Unknown } |
Public Member Functions | |
Token (const std::string &str) | |
Static Public Member Functions | |
static std::vector< Token > | tokenize (const std::string &str) |
given a command, break into a sequence of tokens | |
Public Attributes | |
Type | type |
std::string | valString |
size_t | valNumber |
ir::PTXOperand::DataType | valPtxType |
ir::PTXOperand::Vec | valVecType |
command token
enum trace::Token::Type |
trace::Token::Token | ( | const std::string & | str | ) | [inline] |
static std::vector< Token > trace::Token::tokenize | ( | const std::string & | str | ) | [inline, static] |
given a command, break into a sequence of tokens
std::string trace::Token::valString |