|
Ice 3.7 C++11 API Reference
|
Information about an IceGrid application. More...
#include <IceGrid/IceGrid.h>

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. | |
Information about an IceGrid application.
|
inline |
Obtains a tuple containing all of the struct's data members.
| long long int IceGrid::ApplicationInfo::createTime |
The creation time.
| ::std::string IceGrid::ApplicationInfo::createUser |
The user who created the application.
| ::IceGrid::ApplicationDescriptor IceGrid::ApplicationInfo::descriptor |
The application descriptor.
| int IceGrid::ApplicationInfo::revision |
The application revision number.
| long long int IceGrid::ApplicationInfo::updateTime |
The update time.
| ::std::string IceGrid::ApplicationInfo::updateUser |
The user who updated the application.
| ::std::string IceGrid::ApplicationInfo::uuid |
Unique application identifier.