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 );
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 ~EventICommand()
Destruct an event command.
EQ_API std::ostream & operator<<(std::ostream &os, const ConfigEvent *event)
Print the config event to the given output stream.
A command specialization for config events.
EQ_API uint32_t getEventType() const
Returns the event type.