#include <EventChannel.h>
Public Member Functions | |
EventChannelStore () | |
~EventChannelStore () | |
void | insert (EventChannel_i *channel) |
void | erase (EventChannel_i *channel) |
void | output (ostream &os) |
Private Attributes | |
set< EventChannel_i * > | _channels |
omni_mutex | _lock |
Definition at line 197 of file EventChannel.h.
|
Definition at line 331 of file EventChannel.cc. |
|
Definition at line 335 of file EventChannel.cc. |
|
Definition at line 348 of file EventChannel.cc. References _channels, _lock, and DB. Referenced by OmniEvents::EventChannel_i::run(). |
|
Definition at line 340 of file EventChannel.cc. References _channels, _lock, and DB. Referenced by OmniEvents::EventChannel_i::run(). |
|
Definition at line 358 of file EventChannel.cc. References _channels, and _lock. Referenced by OmniEvents::EventChannelFactory_i::output(). |
|
Definition at line 206 of file EventChannel.h. |
|
Definition at line 207 of file EventChannel.h. |