|
static shared_token const & | start_token () |
| Singleton tokens. More...
|
|
static shared_token const & | end_token () |
|
static shared_token const & | comma_token () |
|
static shared_token const & | equals_token () |
|
static shared_token const & | colon_token () |
|
static shared_token const & | open_curly_token () |
|
static shared_token const & | close_curly_token () |
|
static shared_token const & | open_square_token () |
|
static shared_token const & | close_square_token () |
|
static shared_token const & | plus_equals_token () |
|
static bool | is_newline (shared_token) |
|
static bool | is_ignored_whitespace (shared_token) |
|
static bool | is_value_with_type (shared_token t, config_value::type type) |
|
static shared_value | get_value (shared_token t) |
|
Definition at line 113 of file tokens.hpp.
◆ start_token()
static shared_token const& hocon::tokens::start_token |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: