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

Describes an 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 ::IceGrid::StringStringDict &, const ::IceGrid::ReplicaGroupDescriptorSeq &, const ::IceGrid::TemplateDescriptorDict &, const ::IceGrid::TemplateDescriptorDict &, const ::IceGrid::NodeDescriptorDict &, const ::IceGrid::DistributionDescriptor &, const std::string &, const ::IceGrid::PropertySetDescriptorDict & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

std::string description
 The description of this application.
::IceGrid::DistributionDescriptor distrib
 The application distribution.
std::string name
 The application name.
::IceGrid::NodeDescriptorDict nodes
 The node descriptors.
::IceGrid::PropertySetDescriptorDict propertySets
 Property set descriptors.
::IceGrid::ReplicaGroupDescriptorSeq replicaGroups
 The replica groups.
::IceGrid::TemplateDescriptorDict serverTemplates
 The server templates.
::IceGrid::TemplateDescriptorDict serviceTemplates
 The service templates.
::IceGrid::StringStringDict variables
 The variables defined in the application descriptor.

Detailed Description

Describes an application.

Remarks
The Slice compiler generated this struct from Slice struct IceGrid::ApplicationDescriptor.

Definition at line 1088 of file Descriptor.h.


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