Information about an IceGrid application. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::string &, const std::int64_t &, const std::string &, const std::int64_t &, const std::string &, const std::int32_t &, const ::IceGrid::ApplicationDescriptor & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
std::int64_t | createTime |
The creation time. | |
std::string | createUser |
The user who created the application. | |
::IceGrid::ApplicationDescriptor | descriptor |
The application descriptor. | |
std::int32_t | revision |
The application revision number. | |
std::int64_t | updateTime |
The last update time. | |
std::string | updateUser |
The user who updated the application. | |
std::string | uuid |
Unique application identifier. |