codex
Loading...
Searching...
No Matches
state Struct Reference

#include <parser.hpp>

Classes

struct  item
 

Public Member Functions

constexpr state push (node n, std::string_view s)
 
constexpr state push (node n, std::string_view name, std::string_view s)
 

Public Attributes

std::string_view s
 
std::string_view orig_s
 
std::size_t n
 
std::size_t level
 
bool ok
 
std::array< item, MAXv
 

Member Function Documentation

◆ push() [1/2]

state state::push ( node n,
std::string_view name,
std::string_view s )
inlineconstexpr

◆ push() [2/2]

state state::push ( node n,
std::string_view s )
inlineconstexpr
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ level

std::size_t state::level

◆ n

std::size_t state::n

◆ ok

bool state::ok

◆ orig_s

std::string_view state::orig_s

◆ s

std::string_view state::s

◆ v

std::array<item, MAX> state::v

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