Describes an IceBox service. 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::ServiceDescriptorPtr &, const ::IceGrid::PropertySetDescriptor & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| ::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. | |
| std::string | templateName |
| The template used by this instance. It's empty when this instance does not use a template. | |
Describes an IceBox service.
Definition at line 688 of file Descriptor.h.