#include <NodeList.h>
Inheritance diagram for NodeList:
Public Member Functions | |
NodeList (Node *node) | |
NodeList () | |
virtual | ~NodeList () |
void | append (Node *node) |
void | clearFlag (int flag) const |
void | setFlag (int flag) const |
NodeList::NodeList | ( | Node * | node | ) | [inline] |
Appends hte specified node to the Array<Node*> .
NodeList::NodeList | ( | ) | [inline] |
NodeList::~NodeList | ( | ) | [virtual] |
void NodeList::append | ( | Node * | node | ) |
Reimplemented from Array< Node * >.
void NodeList::clearFlag | ( | int | flag | ) | const |
Clears the flag of all the Nodes in the NodeList.
void NodeList::setFlag | ( | int | flag | ) | const |
Sets the flag of all the Nodes in the NodeList to the specified flag.