class Vector

Generic Vector class for use by SymbolObject and AST

Public Methods

[more] Vector()
Default constructor
[more] ~Vector()
Destructor
[more]void InsertNode(VectorNode &)
Inserts a node at end of vector
[more]void DeleteNode(VectorNode &)
Finds and deletes a given node
[more]void Restart()
Move to beginning of vector
[more]void Next()
Move to next node
[more]VectorNode* Get()
Get current node
[more]bool AtRoot()
Are we at the root?
[more]int GetSize()
What's the size?


Documentation

Generic Vector class for use by SymbolObject and AST
o Vector()
Default constructor

o ~Vector()
Destructor

ovoid InsertNode(VectorNode &)
Inserts a node at end of vector

ovoid DeleteNode(VectorNode &)
Finds and deletes a given node

ovoid Restart()
Move to beginning of vector

ovoid Next()
Move to next node

oVectorNode* Get()
Get current node

obool AtRoot()
Are we at the root?

oint 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++.