22 #ifndef CO_QUEUEMASTER_H 23 #define CO_QUEUEMASTER_H 25 #include <co/object.h> 49 virtual CO_API ~QueueMaster();
67 detail::QueueMaster*
const _impl;
69 CO_API
void attach(
const uint128_t&
id,
const uint32_t instanceID)
override;
71 ChangeType getChangeType()
const override {
return STATIC; }
80 #endif // CO_QUEUEMASTER_H
ChangeType
Object change handling characteristics, see Programming Guide.
A std::ostream-like interface for object serialization.
Object-oriented network library.
The item of the distributed queue holding the data.
A std::istream-like input data stream for binary data.
The producer end of a distributed queue.