|
Ice 3.7 C++11 API Reference
|
Dynamic information about the state of a server. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| std::tuple< const ::std::string &, const ::IceGrid::ServerState &, const int &, const bool & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| bool | enabled |
| Indicates whether the server is enabled. | |
| ::std::string | id |
| The id of the server. | |
| int | pid |
| The process id of the server. | |
| ::IceGrid::ServerState | state |
| The state of the server. | |
Dynamic information about the state of a server.
|
inline |
Obtains a tuple containing all of the struct's data members.
| bool IceGrid::ServerDynamicInfo::enabled |
Indicates whether the server is enabled.
| ::std::string IceGrid::ServerDynamicInfo::id |
The id of the server.
| int IceGrid::ServerDynamicInfo::pid |
The process id of the server.
| ::IceGrid::ServerState IceGrid::ServerDynamicInfo::state |
The state of the server.