Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::NodeDynamicInfo Struct Reference

Dynamic information about the state of a node. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::NodeDynamicInfo:
Collaboration graph
[legend]

Public Member Functions

std::tuple< const ::IceGrid::NodeInfo &, const ::IceGrid::ServerDynamicInfoSeq &, const ::IceGrid::AdapterDynamicInfoSeq & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members. More...
 

Public Attributes

::IceGrid::AdapterDynamicInfoSeq adapters
 The dynamic information of the adapters deployed on this node. More...
 
::IceGrid::NodeInfo info
 Some static information about the node. More...
 
::IceGrid::ServerDynamicInfoSeq servers
 The dynamic information of the servers deployed on this node. More...
 

Detailed Description

Dynamic information about the state of a node.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::IceGrid::NodeInfo&, const ::IceGrid::ServerDynamicInfoSeq&, const ::IceGrid::AdapterDynamicInfoSeq&> IceGrid::NodeDynamicInfo::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

◆ adapters

::IceGrid::AdapterDynamicInfoSeq IceGrid::NodeDynamicInfo::adapters

The dynamic information of the adapters deployed on this node.

◆ info

::IceGrid::NodeInfo IceGrid::NodeDynamicInfo::info

Some static information about the node.

◆ servers

::IceGrid::ServerDynamicInfoSeq IceGrid::NodeDynamicInfo::servers

The dynamic information of the servers deployed on this node.


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