21 #ifndef CO_OBJECTICOMMAND_H 22 #define CO_OBJECTICOMMAND_H 24 #include <co/iCommand.h> 39 ConstBufferPtr buffer);
43 CO_API ObjectICommand(
const ICommand& command);
46 CO_API ObjectICommand(
const ObjectICommand& rhs);
49 CO_API
virtual ~ObjectICommand();
52 const uint128_t& getObjectID()
const;
55 uint32_t getInstanceID()
const;
59 ObjectICommand& operator=(
const ObjectICommand&);
60 detail::ObjectICommand*
const _impl;
66 CO_API std::ostream& operator<<(std::ostream& os,
const ObjectICommand&);
69 #endif // CO_OBJECTICOMMAND_H lunchbox::RefPtr< LocalNode > LocalNodePtr
A reference pointer for LocalNode pointers.
Object-oriented network library.
A class managing received commands.
An input command specialization for objects.
lunchbox::RefPtr< Node > NodePtr
A reference pointer for Node pointers.