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

#include <Ioss_Glob.h>

Public Member Functions

 ExtendedGlob (const String< charT > &pattern)
 
 ExtendedGlob (const ExtendedGlob &)=delete
 
ExtendedGloboperator= (ExtendedGlob &)=delete
 
 ExtendedGlob (ExtendedGlob &&glob)
 
ExtendedGloboperator= (ExtendedGlob &&glob)
 
bool Exec (const String< charT > &str)
 
const Automata< charT > & GetAutomata () const
 

Private Attributes

Automata< charT > automata_
 

Constructor & Destructor Documentation

◆ ExtendedGlob() [1/3]

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

◆ ExtendedGlob() [2/3]

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

◆ ExtendedGlob() [3/3]

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

Member Function Documentation

◆ Exec()

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

◆ GetAutomata()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ automata_

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

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