Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::ApplicationInfo Struct Reference

Information about an IceGrid application. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ApplicationInfo:
Collaboration graph
[legend]

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. More...
 

Public Attributes

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

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: