Describes a template instantiation that creates a server. 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::PropertySetDescriptor &, const ::IceGrid::PropertySetDescriptorDict & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
::IceGrid::StringStringDict | parameterValues |
The template parameter values. | |
::IceGrid::PropertySetDescriptor | propertySet |
The property set. | |
::IceGrid::PropertySetDescriptorDict | servicePropertySets |
The services property sets. | |
std::string | templateName |
The template used by this instance. It's never empty. |
Describes a template instantiation that creates a server.
Definition at line 622 of file Descriptor.h.