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

Public Attributes

::std::string application
 The server application. More...
 
::std::shared_ptr<::IceGrid::ServerDescriptordescriptor
 The server descriptor. More...
 
::std::string node
 The server node. More...
 
int revision
 The application revision. More...
 
::std::string sessionId
 The id of the session which allocated the server. More...
 
::std::string uuid
 The application uuid. More...
 

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: