Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::NodeDescriptor Struct 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. More...
 

Public Attributes

::std::string description
 The description of this node. More...
 
::std::string loadFactor
 Load factor of the node. More...
 
::IceGrid::PropertySetDescriptorDict propertySets
 Property set descriptors. More...
 
::IceGrid::ServerInstanceDescriptorSeq serverInstances
 The server instances. More...
 
::IceGrid::ServerDescriptorSeq servers
 Servers (which are not template instances). More...
 
::IceGrid::StringStringDict variables
 The variables defined for the node. More...
 

Detailed Description

A node descriptor.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::IceGrid::StringStringDict&, const ::IceGrid::ServerInstanceDescriptorSeq&, const ::IceGrid::ServerDescriptorSeq&, const ::std::string&, const ::std::string&, const ::IceGrid::PropertySetDescriptorDict&> IceGrid::NodeDescriptor::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ description

::std::string IceGrid::NodeDescriptor::description

The description of this node.

◆ loadFactor

::std::string IceGrid::NodeDescriptor::loadFactor

Load factor of the node.

◆ propertySets

::IceGrid::PropertySetDescriptorDict IceGrid::NodeDescriptor::propertySets

Property set descriptors.

◆ serverInstances

::IceGrid::ServerInstanceDescriptorSeq IceGrid::NodeDescriptor::serverInstances

The server instances.

◆ servers

::IceGrid::ServerDescriptorSeq IceGrid::NodeDescriptor::servers

Servers (which are not template instances).

◆ variables

::IceGrid::StringStringDict IceGrid::NodeDescriptor::variables

The variables defined for the node.


The documentation for this struct was generated from the following file: