20 #ifndef CO_CUSTOMICOMMAND_H 21 #define CO_CUSTOMICOMMAND_H 23 #include <co/iCommand.h> 43 CO_API CustomICommand(
const CustomICommand& rhs);
46 CO_API
virtual ~CustomICommand();
49 CO_API
const uint128_t& getCommandID()
const;
53 CustomICommand& operator=(
const CustomICommand&);
54 detail::CustomICommand*
const _impl;
59 CO_API std::ostream& operator<<(std::ostream& os,
const CustomICommand&);
62 #endif // CO_CUSTOMICOMMAND_H An input command specialization for custom commands.
Object-oriented network library.
A class managing received commands.