Ice 3.8
C++ 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

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const std::string &, const ::IceGrid::ServerState &, const std::int32_t &, const bool & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

bool enabled
 Indicates whether the server is enabled.
std::string id
 The ID of the server.
std::int32_t 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.

Definition at line 3240 of file Admin.h.


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