Generic Vector class for use by SymbolObject and AST
Public Methods
-
Vector()
- Default constructor
-
~Vector()
- Destructor
-
void InsertNode(VectorNode &)
- Inserts a node at end of vector
-
void DeleteNode(VectorNode &)
- Finds and deletes a given node
-
void Restart()
- Move to beginning of vector
-
void Next()
- Move to next node
-
VectorNode* Get()
- Get current node
-
bool AtRoot()
- Are we at the root?
-
int GetSize()
- What's the size?
Documentation
Generic Vector class for use by SymbolObject and AST
Vector()
- Default constructor
~Vector()
- Destructor
void InsertNode(VectorNode &)
- Inserts a node at end of vector
void DeleteNode(VectorNode &)
- Finds and deletes a given node
void Restart()
- Move to beginning of vector
void Next()
- Move to next node
VectorNode* Get()
- Get current node
bool AtRoot()
- Are we at the root?
int GetSize()
- What's the size?
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.