cpp-hocon  0.3.0
Static Public Member Functions | List of all members
hocon::tokens Class Reference

Static Public Member Functions

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)
 

Detailed Description

Definition at line 113 of file tokens.hpp.

Member Function Documentation

◆ start_token()

static shared_token const& hocon::tokens::start_token ( )
static

Singleton tokens.


The documentation for this class was generated from the following file: