Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

bool enabled
 Indicates whether the server is enabled. More...
 
::std::string id
 The id of the server. More...
 
int pid
 The process id of the server. More...
 
::IceGrid::ServerState state
 The state of the server. More...
 

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: