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

Public Member Functions | |
| bool | operator!= (const ServerInstanceDescriptor &rhs_) const |
| bool | operator< (const ServerInstanceDescriptor &rhs_) const |
| bool | operator<= (const ServerInstanceDescriptor &rhs_) const |
| bool | operator== (const ServerInstanceDescriptor &rhs_) const |
| bool | operator> (const ServerInstanceDescriptor &rhs_) const |
| bool | operator>= (const ServerInstanceDescriptor &rhs_) const |
Public Attributes | |
| ::std::string | _cpp_template |
| The template used by this instance. | |
| ::IceGrid::StringStringDict | parameterValues |
| The template parameter values. | |
| ::IceGrid::PropertySetDescriptor | propertySet |
| The property set. | |
| ::IceGrid::PropertySetDescriptorDict | servicePropertySets |
| The services property sets. | |
A server template instance descriptor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ::std::string IceGrid::ServerInstanceDescriptor::_cpp_template |
The template used by this instance.
| ::IceGrid::StringStringDict IceGrid::ServerInstanceDescriptor::parameterValues |
The template parameter values.
| ::IceGrid::PropertySetDescriptor IceGrid::ServerInstanceDescriptor::propertySet |
The property set.
| ::IceGrid::PropertySetDescriptorDict IceGrid::ServerInstanceDescriptor::servicePropertySets |
The services property sets.
It's only valid to set these property sets if the template is an IceBox server template.