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

#include <Ioss_Glob.h>

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

Public Types

enum class  GroupType {
  BASIC , ANY , STAR , PLUS ,
  NEG , AT
}
 
- 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
}
 

Public Member Functions

 GroupNode (GroupType group_type, AstNodePtr< charT > &&glob)
 
void Accept (AstVisitor< charT > *visitor) override
 
AstNode< charT > * GetGlob ()
 
GroupType GetGroupType () const
 
- Public Member Functions inherited from Ioss::glob::AstNode< charT >
virtual ~AstNode ()=default
 
Type GetType () const
 

Private Attributes

AstNodePtr< charT > glob_
 
GroupType group_type_
 

Additional Inherited Members

- Protected Member Functions inherited from Ioss::glob::AstNode< charT >
 AstNode (Type type)
 

Member Enumeration Documentation

◆ GroupType

template<class charT >
enum class Ioss::glob::GroupNode::GroupType
strong
Enumerator
BASIC 
ANY 
STAR 
PLUS 
NEG 
AT 

Constructor & Destructor Documentation

◆ GroupNode()

template<class charT >
Ioss::glob::GroupNode< charT >::GroupNode ( GroupType group_type,
AstNodePtr< charT > && glob )
inline

Member Function Documentation

◆ Accept()

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

◆ GetGlob()

template<class charT >
AstNode< charT > * Ioss::glob::GroupNode< charT >::GetGlob ( )
inline

◆ GetGroupType()

template<class charT >
GroupType Ioss::glob::GroupNode< charT >::GetGroupType ( ) const
inline

Member Data Documentation

◆ glob_

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

◆ group_type_

template<class charT >
GroupType Ioss::glob::GroupNode< charT >::group_type_
private

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