#include <SeExprSpecType.h>
Public Member Functions | |
SeExprSpecListNode (int startPos, int endPos) | |
void | add (SeExprSpecNode *node) |
Public Attributes | |
std::vector< SeExprSpecNode * > | nodes |
Definition at line 53 of file SeExprSpecType.h.
SeExprSpecListNode::SeExprSpecListNode | ( | int | startPos, | |
int | endPos | |||
) | [inline] |
Definition at line 56 of file SeExprSpecType.h.
void SeExprSpecListNode::add | ( | SeExprSpecNode * | node | ) | [inline] |
Definition at line 60 of file SeExprSpecType.h.
References SeExprSpecNode::endPos, SeExpr::max(), SeExpr::min(), nodes, and SeExprSpecNode::startPos.
std::vector<SeExprSpecNode*> SeExprSpecListNode::nodes |
Definition at line 55 of file SeExprSpecType.h.
Referenced by add().