LIBINT
2.1.0-stable
|
Parses the symbol if it is composed of a prefix followed by a number. More...
Public Member Functions | |
Parser_prefixN (const std::string &symbol) | |
bool | match () const |
returns true if the pattern matched | |
int | N () const |
returns N (only valid if match()==true) | |
const std::string & | prefix () const |
returns prefix (only valid if match()==true) | |
Parses the symbol if it is composed of a prefix followed by a number.