19 #ifndef EQ_EVENTICOMMAND_H 20 #define EQ_EVENTICOMMAND_H 24 #include <co/objectICommand.h> 28 namespace detail {
class EventICommand; }
46 EQ_API EventICommand(
const EventICommand& rhs );
49 EQ_API ~EventICommand();
62 EQ_API uint32_t getEventType()
const;
66 EventICommand& operator = (
const EventICommand& );
67 detail::EventICommand*
const _impl;
73 EQ_API std::ostream&
operator << ( std::ostream& os,
77 #endif // EQ_EVENTICOMMAND_H EQ_API std::ostream & operator<<(std::ostream &os, const EventICommand &command)
Print the event command to the given output stream.
A command specialization for config events.
The Equalizer client library.