SeExpr
Public Member Functions | Public Attributes | List of all members
ExprSpecListNode Struct Reference

#include <ExprSpecType.h>

Inheritance diagram for ExprSpecListNode:
ExprSpecNode

Public Member Functions

 ExprSpecListNode (int startPos, int endPos)
 
void add (ExprSpecNode *node)
 
- Public Member Functions inherited from ExprSpecNode
 ExprSpecNode (int startPos, int endPos)
 
virtual ~ExprSpecNode ()
 

Public Attributes

std::vector< ExprSpecNode * > nodes
 
- Public Attributes inherited from ExprSpecNode
int startPos
 
int endPos
 

Detailed Description

Definition at line 60 of file ExprSpecType.h.

Constructor & Destructor Documentation

ExprSpecListNode::ExprSpecListNode ( int  startPos,
int  endPos 
)
inline

Definition at line 63 of file ExprSpecType.h.

Member Function Documentation

void ExprSpecListNode::add ( ExprSpecNode node)
inline

Member Data Documentation

std::vector<ExprSpecNode*> ExprSpecListNode::nodes

Definition at line 62 of file ExprSpecType.h.

Referenced by add().


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