Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::ServiceInstanceDescriptor Struct Reference

A service template instance descriptor. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ServiceInstanceDescriptor:

Public Attributes

::std::string _cpp_template
 The template used by this instance.
::IceGrid::ServiceDescriptorPtr descriptor
 The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).
::IceGrid::StringStringDict parameterValues
 The template parameter values.
::IceGrid::PropertySetDescriptor propertySet
 The property set.

Detailed Description

A service template instance descriptor.

Member Data Documentation

◆ _cpp_template

::std::string IceGrid::ServiceInstanceDescriptor::_cpp_template

The template used by this instance.

◆ descriptor

::IceGrid::ServiceDescriptorPtr IceGrid::ServiceInstanceDescriptor::descriptor

The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).

◆ parameterValues

::IceGrid::StringStringDict IceGrid::ServiceInstanceDescriptor::parameterValues

The template parameter values.

◆ propertySet

::IceGrid::PropertySetDescriptor IceGrid::ServiceInstanceDescriptor::propertySet

The property set.


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