Describes an IceGrid node. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const ::IceGrid::StringStringDict &, const ::IceGrid::ServerInstanceDescriptorSeq &, const ::IceGrid::ServerDescriptorSeq &, const std::string &, const std::string &, const ::IceGrid::PropertySetDescriptorDict & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
std::string | description |
The description of this node. | |
std::string | loadFactor |
Load factor of the node. | |
::IceGrid::PropertySetDescriptorDict | propertySets |
Property set descriptors. | |
::IceGrid::ServerInstanceDescriptorSeq | serverInstances |
The server instances (template instances). | |
::IceGrid::ServerDescriptorSeq | servers |
Servers that are not template instances. | |
::IceGrid::StringStringDict | variables |
The variables defined for the node. |
Describes an IceGrid node.
Definition at line 792 of file Descriptor.h.