Describes a template for a server or 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 ::IceGrid::CommunicatorDescriptorPtr &, const ::Ice::StringSeq &, const ::IceGrid::StringStringDict & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| ::IceGrid::CommunicatorDescriptorPtr | descriptor |
| The communicator. | |
| ::IceGrid::StringStringDict | parameterDefaults |
| The parameters' default values. | |
| ::Ice::StringSeq | parameters |
| The parameters required to instantiate the template. | |
Describes a template for a server or an IceBox service.
Definition at line 657 of file Descriptor.h.