#include <object.h>
Inheritance diagram for IPCNamedObject< T, TP >:
Protected Member Functions | |
IPCNamedObject (const std::string &name) | |
IPCNamedObject (const IPCPartition &partition, const std::string &name) |
IPCNamedObject< T, TP >::IPCNamedObject | ( | const std::string & | name | ) | [inline, protected] |
Constructs IPC object which will belong to the default partition. In order to register this object with the given purtition one must call the IPCNamedObjectOperations::publish() method.
name | object's name |
IPCNamedObject< T, TP >::IPCNamedObject | ( | const IPCPartition & | partition, | |
const std::string & | name | |||
) | [inline, protected] |
Constructs IPC object in the given partition. In order to register this object with the given purtition one must call the IPCNamedObjectOperations::publish() method.
partition | object's partition | |
name | object's name |