18 #ifndef EQ_EVENTICOMMAND_H
19 #define EQ_EVENTICOMMAND_H
21 #include <eq/client/api.h>
22 #include <eq/client/types.h>
23 #include <co/objectICommand.h>
28 namespace detail {
class EventICommand; }
45 EQ_API EventICommand(
const EventICommand& rhs );
65 EventICommand& operator = (
const EventICommand& );
66 detail::EventICommand*
const _impl;
72 EQ_API std::ostream&
operator << ( std::ostream& os,
76 #endif // EQ_EVENTICOMMAND_H
A command specialization for config events.
~EventICommand()
Destruct an event command.
uint32_t getEventType() const
Returns the event type.
std::ostream & operator<<(std::ostream &os, const ConfigEvent *event)
Print the config event to the given output stream.