Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::NodeDynamicInfo Struct Reference

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

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::NodeDynamicInfo:

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.

Public Attributes

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

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: