hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::NFAState Struct Reference
Collaboration diagram for hobbes::NFAState:
Collaboration graph

Public Member Functions

void beginMark (result r, const std::string &m)
 
void endMark (result r, const std::string &m)
 

Public Attributes

stateset eps
 
ntransitions chars
 
result acc = nullResult
 
srcmarkers begins
 
srcmarkers ends
 

Member Function Documentation

◆ beginMark()

void hobbes::NFAState::beginMark ( result  r,
const std::string &  m 
)
inline

◆ endMark()

void hobbes::NFAState::endMark ( result  r,
const std::string &  m 
)
inline

Member Data Documentation

◆ acc

result hobbes::NFAState::acc = nullResult

◆ begins

srcmarkers hobbes::NFAState::begins

◆ chars

ntransitions hobbes::NFAState::chars

◆ ends

srcmarkers hobbes::NFAState::ends

◆ eps

stateset hobbes::NFAState::eps

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