#include <basic.h>
Public Member Functions | |
ParseVar (const string &tp) | |
Constructor. | |
void | var (const string &name) |
Parsing a variable. | |
Public Attributes | |
string | res |
Result. | |
string | type |
Type. |
syn::ParseVar::ParseVar | ( | const string & | tp | ) | [inline] |
Constructor.
void syn::ParseVar::var | ( | const string & | name | ) | [inline] |
string syn::ParseVar::res |
Result.
string syn::ParseVar::type |
Type.