Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::ApplicationUpdateInfo Struct Reference

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.

Detailed Description

Information about updates to an IceGrid application.

Definition at line 3206 of file Admin.h.


The documentation for this struct was generated from the following file: