#include <object.h>
Inheritance diagram for IPCObject< T, ipc::single_thread >:
Protected Member Functions | |
IPCObject () | |
IPCObject (const IPCObject *object) |
IPCObject< T, ipc::single_thread >::IPCObject | ( | ) | [inline, protected] |
Default constructor
IPCObject< T, ipc::single_thread >::IPCObject | ( | const IPCObject< T, ipc::single_thread > * | object | ) | [inline, protected] |
Object which is created using this constructor will be synchronized with the one which is given as the constructor parameter. Synchronisation means that all the requests for both objects will be serialized and executed in a single thread.
object | synchronisation will be done with that object |