An IceBox service descriptor.
More...
#include <IceGrid/IceGrid.h>
|
| std::tuple< const ::IceGrid::AdapterDescriptorSeq &, const ::IceGrid::PropertySetDescriptor &, const ::IceGrid::DbEnvDescriptorSeq &, const ::Ice::StringSeq &, const ::std::string &, const ::std::string &, const ::std::string & > | ice_tuple () const |
| | Obtains a tuple containing all of the value's data members.
|
| ServiceDescriptor & | operator= (const ServiceDescriptor &)=default |
| ServiceDescriptor & | operator= (ServiceDescriptor &&)=default |
| | ServiceDescriptor ()=default |
| | ServiceDescriptor (const ::IceGrid::AdapterDescriptorSeq &adapters, const ::IceGrid::PropertySetDescriptor &propertySet, const ::IceGrid::DbEnvDescriptorSeq &dbEnvs, const ::Ice::StringSeq &logs, const ::std::string &description, const ::std::string &name, const ::std::string &entry) |
| | One-shot constructor to initialize all data members.
|
| | ServiceDescriptor (const ServiceDescriptor &)=default |
| | ServiceDescriptor (ServiceDescriptor &&)=default |
| virtual | ~ServiceDescriptor () |
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| ::std::string | entry |
| | The entry point of the IceBox service.
|
| ::std::string | name |
| | The service name.
|
An IceBox service descriptor.
◆ ~ServiceDescriptor()
| virtual IceGrid::ServiceDescriptor::~ServiceDescriptor |
( |
| ) |
|
|
virtual |
◆ ServiceDescriptor() [1/4]
| IceGrid::ServiceDescriptor::ServiceDescriptor |
( |
| ) |
|
|
default |
◆ ServiceDescriptor() [2/4]
| IceGrid::ServiceDescriptor::ServiceDescriptor |
( |
const ServiceDescriptor & | | ) |
|
|
default |
◆ ServiceDescriptor() [3/4]
| IceGrid::ServiceDescriptor::ServiceDescriptor |
( |
ServiceDescriptor && | | ) |
|
|
default |
◆ ServiceDescriptor() [4/4]
One-shot constructor to initialize all data members.
- Parameters
-
| adapters | The object adapters. |
| propertySet | The property set. |
| dbEnvs | The database environments. |
| logs | The path of each log file. |
| description | A description of this descriptor. |
| name | The service name. |
| entry | The entry point of the IceBox service. |
◆ ice_staticId()
| const ::std::string & IceGrid::ServiceDescriptor::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID of this value.
- Returns
- The fully-scoped type ID.
◆ ice_tuple()
Obtains a tuple containing all of the value's data members.
- Returns
- The data members in a tuple.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ entry
| ::std::string IceGrid::ServiceDescriptor::entry |
The entry point of the IceBox service.
◆ name
| ::std::string IceGrid::ServiceDescriptor::name |
The documentation for this class was generated from the following file: