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

#include <Ioss_Glob.h>

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

Public Member Functions

 GlobNode (AstNodePtr< charT > &&glob)
 
void Accept (AstVisitor< charT > *visitor) override
 
AstNode< charT > * GetConcat ()
 
- Public Member Functions inherited from Ioss::glob::AstNode< charT >
virtual ~AstNode ()=default
 
Type GetType () const
 

Private Attributes

AstNodePtr< charT > glob_
 

Additional Inherited Members

- Public Types inherited from Ioss::glob::AstNode< charT >
enum class  Type {
  CHAR , RANGE , SET_ITEM , SET_ITEMS ,
  POS_SET , NEG_SET , SET , STAR ,
  ANY , GROUP , CONCAT_GLOB , UNION ,
  GLOB
}
 
- Protected Member Functions inherited from Ioss::glob::AstNode< charT >
 AstNode (Type type)
 

Constructor & Destructor Documentation

◆ GlobNode()

template<class charT >
Ioss::glob::GlobNode< charT >::GlobNode ( AstNodePtr< charT > && glob)
inlineexplicit

Member Function Documentation

◆ Accept()

template<class charT >
void Ioss::glob::GlobNode< charT >::Accept ( AstVisitor< charT > * visitor)
inlineoverridevirtual

◆ GetConcat()

template<class charT >
AstNode< charT > * Ioss::glob::GlobNode< charT >::GetConcat ( )
inline

Member Data Documentation

◆ glob_

template<class charT >
AstNodePtr<charT> Ioss::glob::GlobNode< charT >::glob_
private

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