#include <XObjectPath.h>
Public Member Functions | |
| TypeToken () | |
| Constructor. | |
| TypeToken (ETokenType type) | |
| Constructor. | |
| TypeToken (ETokenType type, const TString &name) | |
| Constructor. | |
| bool | operator== (const TypeToken &inpar) const |
| equals operator | |
Public Attributes | |
| ETokenType | Type |
| Token type. | |
| TString | strName |
| Object name. | |
This represents a scanner token. It contains the name (if available) of an object and the kind of traversation (parent, root or child)
| zeus::TXObjectPath::TypeToken::TypeToken | ( | ) | [inline] |
Constructor.
| zeus::TXObjectPath::TypeToken::TypeToken | ( | ETokenType | type ) | [inline] |
Constructor.
| zeus::TXObjectPath::TypeToken::TypeToken | ( | ETokenType | type, |
| const TString & | name | ||
| ) | [inline] |
Constructor.
| bool zeus::TXObjectPath::TypeToken::operator== | ( | const TypeToken & | inpar ) | const [inline] |
equals operator
Object name.
Token type.