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

Public Member Functions | |
| std::tuple< const long long int &, const ::std::string &, const int &, const ::IceGrid::ApplicationUpdateDescriptor & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| ::IceGrid::ApplicationUpdateDescriptor | descriptor |
| The update descriptor. | |
| int | revision |
| The application revision number. | |
| long long int | updateTime |
| The update time. | |
| ::std::string | updateUser |
| The user who updated the application. | |
Information about updates to an IceGrid application.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::IceGrid::ApplicationUpdateDescriptor IceGrid::ApplicationUpdateInfo::descriptor |
The update descriptor.
| int IceGrid::ApplicationUpdateInfo::revision |
The application revision number.
| long long int IceGrid::ApplicationUpdateInfo::updateTime |
The update time.
| ::std::string IceGrid::ApplicationUpdateInfo::updateUser |
The user who updated the application.