|
Ice 3.7 C++11 API Reference
|
Dynamic information about the state of a node. More...
#include <IceGrid/IceGrid.h>

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. | |
Dynamic information about the state of a node.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::IceGrid::AdapterDynamicInfoSeq IceGrid::NodeDynamicInfo::adapters |
The dynamic information of the adapters deployed on this node.
| ::IceGrid::NodeInfo IceGrid::NodeDynamicInfo::info |
Some static information about the node.
| ::IceGrid::ServerDynamicInfoSeq IceGrid::NodeDynamicInfo::servers |
The dynamic information of the servers deployed on this node.