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

#include <Ioss_Glob.h>

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

Public Member Functions

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

Private Attributes

std::vector< AstNodePtr< charT > > items_
 

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

◆ UnionNode()

template<class charT >
Ioss::glob::UnionNode< charT >::UnionNode ( std::vector< AstNodePtr< charT > > && items)
inlineexplicit

Member Function Documentation

◆ Accept()

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

◆ GetItems()

template<class charT >
std::vector< AstNodePtr< charT > > & Ioss::glob::UnionNode< charT >::GetItems ( )
inline

Member Data Documentation

◆ items_

template<class charT >
std::vector<AstNodePtr<charT> > Ioss::glob::UnionNode< charT >::items_
private

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