Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::ApplicationUpdateInfo Struct Reference

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

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ApplicationUpdateInfo:
Collaboration graph
[legend]

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. More...
 

Public Attributes

::IceGrid::ApplicationUpdateDescriptor descriptor
 The update descriptor. More...
 
int revision
 The application revision number. More...
 
long long int updateTime
 The update time. More...
 
::std::string updateUser
 The user who updated the application. More...
 

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: