#include <GGNode.h>
Inheritance diagram for GGNode:

Public Methods | |
| virtual DAGNode * | CreateObject () const |
| virtual void | Clear () |
| Initializes the contents of the object to their original values. | |
| virtual DAGNode & | operator= (const DAGNode &rhs) |
| Extends the behaviour of the same function in the base class. | |
| virtual void | Print (ostream &os=cout) const |
| Extends the behaviour of the same function in the base class. | |
| virtual istream & | Read (istream &is) |
| Extends the behaviour of the same function in the base class. | |
| virtual ostream & | Write (ostream &os) const |
| Extends the behaviour of the same function in the base class. | |
Definition at line 91 of file GGNode.h.
|
|
Creates a new GGNode with a copy of the information contained in 'this'. This functions is required by SmartPtr<DAGNode*>::operator[]. Implements DAGNode. Definition at line 109 of file GGNode.cpp. |
1.2.18