KSeExpr 4.0.4.0
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 ()=default
ExprSpecNodeoperator= (ExprSpecNode &&)=default
ExprSpecNodeoperator= (const ExprSpecNode &)=default
 ExprSpecNode (const ExprSpecNode &)=default
 ExprSpecNode (ExprSpecNode &&)=default

Public Attributes

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

Detailed Description

Definition at line 52 of file ExprSpecType.h.

Constructor & Destructor Documentation

◆ ExprSpecListNode()

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

Member Function Documentation

◆ add()

void ExprSpecListNode::add ( ExprSpecNode * node)
inline

Member Data Documentation

◆ nodes

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

Definition at line 53 of file ExprSpecType.h.

Referenced by add().


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