HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
tt::formula_parse_context Struct Reference

Public Types

using const_iterator = typename std::vector<token_t>::const_iterator
 

Public Member Functions

 formula_parse_context (std::string_view::const_iterator first, std::string_view::const_iterator last)
 
token_t const & operator* () const noexcept
 
token_t const * operator-> () const noexcept
 
formula_parse_contextoperator++ () noexcept
 
formula_parse_context operator++ (int) noexcept
 

Data Fields

std::string_view::const_iterator first
 
std::string_view::const_iterator last
 
std::vector< token_ttokens
 
const_iterator token_it
 

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