|
Ice 3.7 C++11 API Reference
|
A service template instance descriptor. More...
#include <IceGrid/IceGrid.h>

Public Member Functions | |
| std::tuple< const ::std::string &, const ::IceGrid::StringStringDict &, const ::std::shared_ptr<::IceGrid::ServiceDescriptor > &, const ::IceGrid::PropertySetDescriptor & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| ::std::string | _cpp_template |
| The template used by this instance. | |
| ::std::shared_ptr<::IceGrid::ServiceDescriptor > | 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. | |
A service template instance descriptor.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::ServiceInstanceDescriptor::_cpp_template |
The template used by this instance.
| ::std::shared_ptr<::IceGrid::ServiceDescriptor> IceGrid::ServiceInstanceDescriptor::descriptor |
The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).
| ::IceGrid::StringStringDict IceGrid::ServiceInstanceDescriptor::parameterValues |
The template parameter values.
| ::IceGrid::PropertySetDescriptor IceGrid::ServiceInstanceDescriptor::propertySet |
The property set.