Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::ServerInstanceDescriptor Struct Reference

A server template instance descriptor. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ServerInstanceDescriptor:

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.

Detailed Description

A server template instance descriptor.

Member Function Documentation

◆ operator!=()

bool IceGrid::ServerInstanceDescriptor::operator!= ( const ServerInstanceDescriptor & rhs_) const
inline

◆ operator<()

bool IceGrid::ServerInstanceDescriptor::operator< ( const ServerInstanceDescriptor & rhs_) const
inline

◆ operator<=()

bool IceGrid::ServerInstanceDescriptor::operator<= ( const ServerInstanceDescriptor & rhs_) const
inline

◆ operator==()

bool IceGrid::ServerInstanceDescriptor::operator== ( const ServerInstanceDescriptor & rhs_) const
inline

◆ operator>()

bool IceGrid::ServerInstanceDescriptor::operator> ( const ServerInstanceDescriptor & rhs_) const
inline

◆ operator>=()

bool IceGrid::ServerInstanceDescriptor::operator>= ( const ServerInstanceDescriptor & rhs_) const
inline

Member Data Documentation

◆ _cpp_template

::std::string IceGrid::ServerInstanceDescriptor::_cpp_template

The template used by this instance.

◆ parameterValues

::IceGrid::StringStringDict IceGrid::ServerInstanceDescriptor::parameterValues

The template parameter values.

◆ propertySet

::IceGrid::PropertySetDescriptor IceGrid::ServerInstanceDescriptor::propertySet

The property set.

◆ servicePropertySets

::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.


The documentation for this struct was generated from the following file: