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

Information about updates to an IceGrid application. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ApplicationUpdateInfo:

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.

Detailed Description

Information about updates to an IceGrid application.

Member Function Documentation

◆ ice_tuple()

std::tuple< const long long int &, const ::std::string &, const int &, const ::IceGrid::ApplicationUpdateDescriptor & > IceGrid::ApplicationUpdateInfo::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ descriptor

::IceGrid::ApplicationUpdateDescriptor IceGrid::ApplicationUpdateInfo::descriptor

The update descriptor.

◆ revision

int IceGrid::ApplicationUpdateInfo::revision

The application revision number.

◆ updateTime

long long int IceGrid::ApplicationUpdateInfo::updateTime

The update time.

◆ updateUser

::std::string IceGrid::ApplicationUpdateInfo::updateUser

The user who updated the application.


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