Ice 3.7 C++98 API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
IceGrid::ApplicationInfo Struct Reference

Information about an IceGrid application. More...

#include <IceGrid/IceGrid.h>

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

Public Attributes

::Ice::Long createTime
 The creation time. More...
 
::std::string createUser
 The user who created the application. More...
 
::IceGrid::ApplicationDescriptor descriptor
 The application descriptor. More...
 
::Ice::Int revision
 The application revision number. More...
 
::Ice::Long updateTime
 The update time. More...
 
::std::string updateUser
 The user who updated the application. More...
 
::std::string uuid
 Unique application identifier. More...
 

Detailed Description

Information about an IceGrid application.

Member Data Documentation

◆ createTime

::Ice::Long IceGrid::ApplicationInfo::createTime

The creation time.

◆ createUser

::std::string IceGrid::ApplicationInfo::createUser

The user who created the application.

◆ descriptor

::IceGrid::ApplicationDescriptor IceGrid::ApplicationInfo::descriptor

The application descriptor.

◆ revision

::Ice::Int IceGrid::ApplicationInfo::revision

The application revision number.

◆ updateTime

::Ice::Long IceGrid::ApplicationInfo::updateTime

The update time.

◆ updateUser

::std::string IceGrid::ApplicationInfo::updateUser

The user who updated the application.

◆ uuid

::std::string IceGrid::ApplicationInfo::uuid

Unique application identifier.


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