KSeExpr 6.0.0.0
|
#include <ExprSpecType.h>
Public Member Functions | |
ExprSpecListNode (int startPos, int endPos) | |
void | add (ExprSpecNode *node) |
![]() | |
ExprSpecNode (int startPos, int endPos) | |
virtual | ~ExprSpecNode ()=default |
ExprSpecNode & | operator= (ExprSpecNode &&)=default |
ExprSpecNode & | operator= (const ExprSpecNode &)=default |
ExprSpecNode (const ExprSpecNode &)=default | |
ExprSpecNode (ExprSpecNode &&)=default | |
Public Attributes | |
std::vector< ExprSpecNode * > | nodes |
![]() | |
int | startPos |
int | endPos |
Definition at line 52 of file ExprSpecType.h.
|
inline |
Definition at line 54 of file ExprSpecType.h.
|
inline |
Definition at line 59 of file ExprSpecType.h.
References ExprSpecNode::endPos, nodes, and ExprSpecNode::startPos.
std::vector<ExprSpecNode *> ExprSpecListNode::nodes |
Definition at line 53 of file ExprSpecType.h.
Referenced by add().