IOSS 2.0
Loading...
Searching...
No Matches
Ioss::glob::StateStar< charT > Class Template Reference

#include <Ioss_Glob.h>

Inheritance diagram for Ioss::glob::StateStar< charT >:
[legend]
Collaboration diagram for Ioss::glob::StateStar< charT >:
[legend]

Public Member Functions

 StateStar (Automata< charT > &states)
 
bool Check (const String< charT > &, size_t) override
 
std::tuple< size_t, size_t > Next (const String< charT > &str, size_t pos) override
 
- Public Member Functions inherited from Ioss::glob::State< charT >
 State (StateType type, Automata< charT > &states)
 
virtual ~State ()=default
 
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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from Ioss::glob::State< charT >
void SetMatchedStr (const String< charT > &str)
 
void SetMatchedStr (charT c)
 

Constructor & Destructor Documentation

◆ StateStar()

template<class charT >
Ioss::glob::StateStar< charT >::StateStar ( Automata< charT > & states)
inlineexplicit

Member Function Documentation

◆ Check()

template<class charT >
bool Ioss::glob::StateStar< charT >::Check ( const String< charT > & ,
size_t  )
inlineoverridevirtual

◆ Next()

template<class charT >
std::tuple< size_t, size_t > Ioss::glob::StateStar< charT >::Next ( const String< charT > & str,
size_t pos )
inlineoverridevirtual

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