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

Detailed Description

Information about a server managed by an IceGrid node.

Member Function Documentation

◆ ice_tuple()

std::tuple< const ::std::string &, const ::std::string &, const int &, const ::std::string &, const ::std::shared_ptr<::IceGrid::ServerDescriptor > &, const ::std::string & > IceGrid::ServerInfo::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

◆ application

::std::string IceGrid::ServerInfo::application

The server application.

◆ descriptor

::std::shared_ptr<::IceGrid::ServerDescriptor> IceGrid::ServerInfo::descriptor

The server descriptor.

◆ node

::std::string IceGrid::ServerInfo::node

The server node.

◆ revision

int IceGrid::ServerInfo::revision

The application revision.

◆ sessionId

::std::string IceGrid::ServerInfo::sessionId

The id of the session which allocated the server.

◆ uuid

::std::string IceGrid::ServerInfo::uuid

The application uuid.


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