Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::ServerDynamicInfo Struct 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.

Detailed Description

Dynamic information about the state of a server.

Member Function Documentation

◆ ice_tuple()

std::tuple< const ::std::string &, const ::IceGrid::ServerState &, const int &, const bool & > IceGrid::ServerDynamicInfo::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

◆ enabled

bool IceGrid::ServerDynamicInfo::enabled

Indicates whether the server is enabled.

◆ id

::std::string IceGrid::ServerDynamicInfo::id

The id of the server.

◆ pid

int IceGrid::ServerDynamicInfo::pid

The process id of the server.

◆ state

::IceGrid::ServerState IceGrid::ServerDynamicInfo::state

The state of the server.


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