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

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.

Detailed Description

Information about an IceGrid application.

Definition at line 3163 of file Admin.h.


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