Definition at line 251 of file tld_compiler.h.
◆ vector_t
| typedef std::vector<token> tld_compiler::token::vector_t |
◆ token()
| tld_compiler::token::token |
( |
std::string const & |
filename, |
|
|
int |
line, |
|
|
token_t |
token, |
|
|
std::string const & |
value |
|
) |
| |
◆ get_filename()
| std::string const & tld_compiler::token::get_filename |
( |
| ) |
const |
◆ get_line()
| int tld_compiler::token::get_line |
( |
| ) |
const |
◆ get_token()
| tld_compiler::token_t tld_compiler::token::get_token |
( |
| ) |
const |
◆ get_value()
| std::string const & tld_compiler::token::get_value |
( |
| ) |
const |
◆ f_filename
| std::string const tld_compiler::token::f_filename |
|
private |
◆ f_line
| int const tld_compiler::token::f_line = 0 |
|
private |
◆ f_token
| token_t const tld_compiler::token::f_token = TOKEN_EOF |
|
private |
◆ f_value
| std::string const tld_compiler::token::f_value = std::string() |
|
private |
The documentation for this class was generated from the following files: