|
Ice 3.7 C++11 API Reference
|
Information about a server managed by an IceGrid node. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| std::tuple< const ::std::string &, const ::std::string &, const int &, const ::std::string &, const ::std::shared_ptr<::IceGrid::ServerDescriptor > &, const ::std::string & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| ::std::string | application |
| The server application. | |
| ::std::shared_ptr<::IceGrid::ServerDescriptor > | descriptor |
| The server descriptor. | |
| ::std::string | node |
| The server node. | |
| int | revision |
| The application revision. | |
| ::std::string | sessionId |
| The id of the session which allocated the server. | |
| ::std::string | uuid |
| The application uuid. | |
Information about a server managed by an IceGrid node.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::ServerInfo::application |
The server application.
| ::std::shared_ptr<::IceGrid::ServerDescriptor> IceGrid::ServerInfo::descriptor |
The server descriptor.
| ::std::string IceGrid::ServerInfo::node |
The server node.
| int IceGrid::ServerInfo::revision |
The application revision.
| ::std::string IceGrid::ServerInfo::sessionId |
The id of the session which allocated the server.
| ::std::string IceGrid::ServerInfo::uuid |
The application uuid.