A token from the source stream. More...
#include <TsConfigTypes.h>
Data Fields | |
char * | _s |
Text of token. | |
size_t | _n |
Text length. | |
int | _type |
Type of token. | |
struct Location | _loc |
Location of token. |
A token from the source stream.
Definition at line 51 of file TsConfigTypes.h.
struct Location Token::_loc |
Location of token.
Definition at line 55 of file TsConfigTypes.h.
Referenced by ts::config::Builder::groupOpen(), ts::config::Builder::listOpen(), ts::config::Builder::literalValue(), and ts::config::Builder::pathTag().
size_t Token::_n |
Text length.
Definition at line 53 of file TsConfigTypes.h.
Referenced by ts::config::Builder::groupName(), ts::config::Builder::literalValue(), ts::config::Builder::pathIndex(), and ts::config::Builder::pathTag().
char* Token::_s |
Text of token.
Definition at line 52 of file TsConfigTypes.h.
Referenced by ts::config::Builder::groupName(), ts::config::Builder::literalValue(), ts::config::Builder::pathIndex(), and ts::config::Builder::pathTag().
int Token::_type |
Type of token.
Definition at line 54 of file TsConfigTypes.h.
Referenced by ts::config::Builder::literalValue().