cpp-hocon  0.3.0
Public Member Functions | List of all members
hocon::token Class Reference
Inheritance diagram for hocon::token:
hocon::comment hocon::ignored_whitespace hocon::line hocon::problem hocon::substitution hocon::unquoted_text hocon::value hocon::double_slash_comment hocon::hash_comment

Public Member Functions

 token (token_type type, shared_origin origin=nullptr, std::string token_text="", std::string debug_string="")
 
virtual token_type get_token_type () const
 
virtual std::string token_text () const
 
virtual std::string to_string () const
 
virtual shared_origin const & origin () const
 
int line_number () const
 
virtual bool operator== (const token &other) const
 

Detailed Description

Definition at line 18 of file token.hpp.


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