Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::ApplicationInfo Struct Reference

Information about an IceGrid application. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ApplicationInfo:

Public Member Functions

std::tuple< const ::std::string &, const long long int &, const ::std::string &, const long long int &, const ::std::string &, const int &, const ::IceGrid::ApplicationDescriptor & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members.

Public Attributes

long long int createTime
 The creation time.
::std::string createUser
 The user who created the application.
::IceGrid::ApplicationDescriptor descriptor
 The application descriptor.
int revision
 The application revision number.
long long int updateTime
 The update time.
::std::string updateUser
 The user who updated the application.
::std::string uuid
 Unique application identifier.

Detailed Description

Information about an IceGrid application.

Member Function Documentation

◆ ice_tuple()

std::tuple< const ::std::string &, const long long int &, const ::std::string &, const long long int &, const ::std::string &, const int &, const ::IceGrid::ApplicationDescriptor & > IceGrid::ApplicationInfo::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

◆ createTime

long long int IceGrid::ApplicationInfo::createTime

The creation time.

◆ createUser

::std::string IceGrid::ApplicationInfo::createUser

The user who created the application.

◆ descriptor

::IceGrid::ApplicationDescriptor IceGrid::ApplicationInfo::descriptor

The application descriptor.

◆ revision

int IceGrid::ApplicationInfo::revision

The application revision number.

◆ updateTime

long long int IceGrid::ApplicationInfo::updateTime

The update time.

◆ updateUser

::std::string IceGrid::ApplicationInfo::updateUser

The user who updated the application.

◆ uuid

::std::string IceGrid::ApplicationInfo::uuid

Unique application identifier.


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