|
ug4
|
An Object serves as the base-class for most of the polymorphic node-tree objects. More...
#include <object.h>
Inheritance diagram for ug::node_tree::Object:Public Member Functions | |
| unsigned int | getObjectCode () |
| virtual | ~Object () |
Protected Member Functions | |
| Object () | |
| Object (const Object &obj) | |
Protected Attributes | |
| unsigned int | m_objectCode |
An Object serves as the base-class for most of the polymorphic node-tree objects.
Each derivative should have its own ObjectCode, with which it can be uniquely identified.
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
inline |
References m_objectCode.
Referenced by ug::node_tree::Traverser::traverse_object().
|
protected |