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

#include <Ioss_Glob.h>

Public Member Functions

 SimpleGlob (const String< charT > &pattern)
 
 SimpleGlob (const SimpleGlob &)=delete
 
SimpleGloboperator= (SimpleGlob &)=delete
 
 SimpleGlob (SimpleGlob &&glob)
 
SimpleGloboperator= (SimpleGlob &&glob)
 
void Parser (const String< charT > &pattern)
 
bool Exec (const String< charT > &str) const
 
const Automata< charT > & GetAutomata () const
 

Private Attributes

Automata< charT > automata_
 

Constructor & Destructor Documentation

◆ SimpleGlob() [1/3]

template<class charT >
Ioss::glob::SimpleGlob< charT >::SimpleGlob ( const String< charT > & pattern)
inlineexplicit

◆ SimpleGlob() [2/3]

template<class charT >
Ioss::glob::SimpleGlob< charT >::SimpleGlob ( const SimpleGlob< charT > & )
delete

◆ SimpleGlob() [3/3]

template<class charT >
Ioss::glob::SimpleGlob< charT >::SimpleGlob ( SimpleGlob< charT > && glob)
inline

Member Function Documentation

◆ Exec()

template<class charT >
bool Ioss::glob::SimpleGlob< charT >::Exec ( const String< charT > & str) const
inline

◆ GetAutomata()

template<class charT >
const Automata< charT > & Ioss::glob::SimpleGlob< charT >::GetAutomata ( ) const
inline

◆ operator=() [1/2]

template<class charT >
SimpleGlob & Ioss::glob::SimpleGlob< charT >::operator= ( SimpleGlob< charT > && glob)
inline

◆ operator=() [2/2]

template<class charT >
SimpleGlob & Ioss::glob::SimpleGlob< charT >::operator= ( SimpleGlob< charT > & )
delete

◆ Parser()

template<class charT >
void Ioss::glob::SimpleGlob< charT >::Parser ( const String< charT > & pattern)
inline

Member Data Documentation

◆ automata_

template<class charT >
Automata<charT> Ioss::glob::SimpleGlob< charT >::automata_
private

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