cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hocon::value Class Reference
Inheritance diagram for hocon::value:
hocon::token

Public Member Functions

 value (shared_value value)
 
 value (shared_value value, std::string original_text)
 
std::string to_string () const override
 
shared_origin const & origin () const override
 
shared_value get_value () const
 
bool operator== (const token &other) const override
 
virtual token_type get_token_type () const
 
virtual std::string token_text () const
 
int line_number () const
 

Detailed Description

Definition at line 8 of file tokens.hpp.

Member Function Documentation

◆ operator==()

bool hocon::value::operator== ( const token other) const
overridevirtual

Reimplemented from hocon::token.

◆ origin()

shared_origin const & hocon::value::origin ( ) const
overridevirtual

Reimplemented from hocon::token.

◆ to_string()

std::string hocon::value::to_string ( ) const
overridevirtual

Reimplemented from hocon::token.


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