Information about updates to 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::int64_t &, const std::string &, const std::int32_t &, const ::IceGrid::ApplicationUpdateDescriptor & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
::IceGrid::ApplicationUpdateDescriptor | descriptor |
The update descriptor. | |
std::int32_t | revision |
The application revision number. | |
std::int64_t | updateTime |
The update time. | |
std::string | updateUser |
The user who updated the application. |