|
Ice 3.7 C++11 API Reference
|
A node descriptor. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| std::tuple< const ::IceGrid::StringStringDict &, const ::IceGrid::ServerInstanceDescriptorSeq &, const ::IceGrid::ServerDescriptorSeq &, const ::std::string &, const ::std::string &, const ::IceGrid::PropertySetDescriptorDict & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
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. | |
| ::IceGrid::ServerDescriptorSeq | servers |
| Servers (which are not template instances). | |
| ::IceGrid::StringStringDict | variables |
| The variables defined for the node. | |
A node descriptor.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::NodeDescriptor::description |
The description of this node.
| ::std::string IceGrid::NodeDescriptor::loadFactor |
Load factor of the node.
| ::IceGrid::PropertySetDescriptorDict IceGrid::NodeDescriptor::propertySets |
Property set descriptors.
| ::IceGrid::ServerInstanceDescriptorSeq IceGrid::NodeDescriptor::serverInstances |
The server instances.
| ::IceGrid::ServerDescriptorSeq IceGrid::NodeDescriptor::servers |
Servers (which are not template instances).
| ::IceGrid::StringStringDict IceGrid::NodeDescriptor::variables |
The variables defined for the node.