21 #ifndef CO_OBJECTICOMMAND_H
22 #define CO_OBJECTICOMMAND_H
24 #include <co/iCommand.h>
28 namespace detail {
class ObjectICommand; }
36 ConstBufferPtr buffer,
const bool swap );
40 CO_API ObjectICommand(
const ICommand& command );
43 CO_API ObjectICommand(
const ObjectICommand& rhs );
49 const uint128_t& getObjectID()
const;
52 uint32_t getInstanceID()
const;
56 ObjectICommand& operator = (
const ObjectICommand& );
57 detail::ObjectICommand*
const _impl;
63 CO_API std::ostream& operator << ( std::ostream& os,
const ObjectICommand& );
66 #endif //CO_OBJECTICOMMAND_H
static void swap(T &v)
Byte-swap a plain data item.
lunchbox::RefPtr< LocalNode > LocalNodePtr
A reference pointer for LocalNode pointers.
virtual CO_API ~ObjectICommand()
Destruct an object command.
lunchbox::RefPtr< Node > NodePtr
A reference pointer for Node pointers.
Object-oriented network library.
A class managing received commands.
An input command specialization for objects.