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
|
inline |
Constructor.
Definition at line 75 of file configurationnode.h.
|
inline |
Copy constructor.
Definition at line 84 of file configurationnode.h.
Member Function Documentation
|
inline |
Copy operator.
Definition at line 93 of file configurationnode.h.
References ConfigurationNode::ObjectAndStatus::object, and ConfigurationNode::ObjectAndStatus::objectStatus.
Member Data Documentation
ParameterSettable* object |
The object.
Definition at line 108 of file configurationnode.h.
Referenced by ConfigurationNode::ObjectAndStatus::operator=(), ConfigurationNode::resetObject(), ConfigurationNode::setObjectForNode(), and ConfigurationParameters::updateObjectReferences().
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