![]() |
MAK Data Logger API Documentation for HLA
|
Inheritance diagram for DtDescriptionNode:
Collaboration diagram for DtDescriptionNode:Public Member Functions | |
| DtDescriptionNode () | |
| Default Constructor. | |
| virtual | ~DtDescriptionNode () |
| Destructor. | |
| DtDescriptionNode (const DtDescriptionNode &orig) | |
| Copy Constructor. | |
| DtDescriptionNode & | operator= (const DtDescriptionNode &rhs) |
| Assignment Operator. | |
| virtual void | setDescription (const DtString &) |
| virtual const DtString & | getDescription () const |
| virtual void | setReliable (const DtString &) |
| virtual const DtString & | getReliable () const |
Public Member Functions inherited from DtOMTNode | |
| DtOMTNode () | |
| Default Constructor. | |
| virtual | ~DtOMTNode () |
| Destructor. | |
| DtOMTNode (const DtOMTNode &orig) | |
| Copy Constructor. | |
| DtOMTNode & | operator= (const DtOMTNode &rhs) |
| Assignment Operator. | |
| virtual void | setName (const DtString &) |
| virtual const DtString & | getName () const |
| virtual void | setNote (const DtString &) |
| virtual const DtString & | getNote () const |
Protected Attributes | |
| DtString | myDescription |
| DtString | myReliable |
Protected Attributes inherited from DtOMTNode | |
| DtString | myName |
| DtString | myNote |
| DtDescriptionNode::DtDescriptionNode | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtDescriptionNode::DtDescriptionNode | ( | const DtDescriptionNode & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
| DtDescriptionNode& DtDescriptionNode::operator= | ( | const DtDescriptionNode & | rhs | ) |
Assignment Operator.
|
virtual |
|
virtual |
|
protected |
|
protected |