IOSS 2.0
|
#include <Ioss_Glob.h>
Public Member Functions | |
State (StateType type, Automata< charT > &states) | |
virtual | ~State ()=default |
virtual bool | Check (const String< charT > &str, size_t pos)=0 |
virtual std::tuple< size_t, size_t > | Next (const String< charT > &str, size_t pos)=0 |
StateType | Type () const |
Automata< charT > & | GetAutomata () |
void | AddNextState (size_t state_pos) |
const std::vector< size_t > & | GetNextStates () const |
const String< charT > & | MatchedStr () |
virtual void | ResetState () |
Protected Member Functions | |
void | SetMatchedStr (const String< charT > &str) |
void | SetMatchedStr (charT c) |
Private Attributes | |
StateType | type_ |
Automata< charT > & | states_ |
std::vector< size_t > | next_states_ |
String< charT > | matched_str_ |
|
inline |
|
virtualdefault |
|
inline |
|
pure virtual |
|
inline |
|
inline |
|
inline |
|
pure virtual |
|
inlinevirtual |
Reimplemented in Ioss::glob::StateGroup< charT >.
|
inlineprotected |
|
inlineprotected |
|
inline |
|
private |
|
private |
|
private |
|
private |