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

#include <Ioss_Glob.h>

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

Public Member Functions

 CharNode (charT c)
 
void Accept (AstVisitor< charT > *visitor) override
 
char GetValue () const
 
- Public Member Functions inherited from Ioss::glob::AstNode< charT >
virtual ~AstNode ()=default
 
Type GetType () const
 

Private Attributes

charT c_
 

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

◆ CharNode()

template<class charT >
Ioss::glob::CharNode< charT >::CharNode ( charT c)
inlineexplicit

Member Function Documentation

◆ Accept()

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

◆ GetValue()

template<class charT >
char Ioss::glob::CharNode< charT >::GetValue ( ) const
inline

Member Data Documentation

◆ c_

template<class charT >
charT Ioss::glob::CharNode< charT >::c_
private

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