ConfigurationNode::ObjectAndStatus Struct Reference
The structure with the object for a node and its status. More...
Public Member Functions | |
ObjectAndStatus () | |
Constructor. | |
ObjectAndStatus (const ObjectAndStatus &other) | |
Copy constructor. | |
ObjectAndStatus & | operator= (const ObjectAndStatus &other) |
Copy operator. | |
Public Attributes | |
ParameterSettable * | object |
The object. | |
ObjectCreationStatus | objectStatus |
The status of the object. |
Detailed Description
The structure with the object for a node and its status.
Definition at line 70 of file configurationnode.h.
Constructor & Destructor Documentation
ObjectAndStatus | ( | ) | [inline] |
Constructor.
Definition at line 75 of file configurationnode.h.
ObjectAndStatus | ( | const ObjectAndStatus & | other | ) | [inline] |
Copy constructor.
Definition at line 84 of file configurationnode.h.
Member Function Documentation
ObjectAndStatus& operator= | ( | const ObjectAndStatus & | other | ) | [inline] |
Copy operator.
Definition at line 93 of file configurationnode.h.
References ConfigurationNode::ObjectAndStatus::object, and ConfigurationNode::ObjectAndStatus::objectStatus.
Member Data Documentation
The object.
Definition at line 108 of file configurationnode.h.
Referenced by ConfigurationNode::ObjectAndStatus::operator=(), ConfigurationNode::resetObject(), and ConfigurationNode::setObjectForNode().
ObjectCreationStatus objectStatus |
The status of the object.
Definition at line 113 of file configurationnode.h.
Referenced by ConfigurationNode::ObjectAndStatus::operator=(), ConfigurationNode::resetObject(), and ConfigurationNode::setObjectForNode().
The documentation for this struct was generated from the following file:
- configuration/include/configurationnode.h