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

#include <Ioss_Glob.h>

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

Public Member Functions

 RangeNode (AstNodePtr< charT > &&start, AstNodePtr< charT > &&end)
 
void Accept (AstVisitor< charT > *visitor) override
 
AstNode< charT > * GetStart () const
 
AstNode< charT > * GetEnd () const
 
- Public Member Functions inherited from Ioss::glob::AstNode< charT >
virtual ~AstNode ()=default
 
Type GetType () const
 

Private Attributes

AstNodePtr< charT > start_
 
AstNodePtr< charT > end_
 

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

◆ RangeNode()

template<class charT >
Ioss::glob::RangeNode< charT >::RangeNode ( AstNodePtr< charT > && start,
AstNodePtr< charT > && end )
inline

Member Function Documentation

◆ Accept()

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

◆ GetEnd()

template<class charT >
AstNode< charT > * Ioss::glob::RangeNode< charT >::GetEnd ( ) const
inline

◆ GetStart()

template<class charT >
AstNode< charT > * Ioss::glob::RangeNode< charT >::GetStart ( ) const
inline

Member Data Documentation

◆ end_

template<class charT >
AstNodePtr<charT> Ioss::glob::RangeNode< charT >::end_
private

◆ start_

template<class charT >
AstNodePtr<charT> Ioss::glob::RangeNode< charT >::start_
private

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