cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Classes | Public Member Functions | Static Public Member Functions | List of all members
hocon::token_iterator Class Reference
Inheritance diagram for hocon::token_iterator:
hocon::iterator

Public Member Functions

 token_iterator (shared_origin origin, std::unique_ptr< std::istream > input, bool allow_comments)
 
 token_iterator (shared_origin origin, std::unique_ptr< std::istream > input, config_syntax flavor)
 
bool has_next () override
 
shared_token next () override
 

Static Public Member Functions

static std::string render (token_list tokens)
 

Detailed Description

Definition at line 49 of file tokenizer.hpp.

Member Function Documentation

◆ has_next()

bool hocon::token_iterator::has_next ( )
overridevirtual

Implements hocon::iterator.

◆ next()

shared_token hocon::token_iterator::next ( )
overridevirtual

Implements hocon::iterator.


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