Classes | |
| class | _Impl |
Functions | |
| vhdEventPublisher (const std::string &name) | |
| ~vhdEventPublisher () | |
| std::string | getEventPublisherName () |
| vhdEventDispatcherRef | getEventDispatcher () |
| void | connectToDispatcher (vhdEventDispatcherRef dispatcher) |
| void | disconnectFromDispatcher () |
| vhtSize32 | getNumberOfEvents () |
| void | removeAllEvents () |
| void | postEvent (vhdEventRef event) |
| void | dispatchEvent (vhdEventRef event) |
| vhdEventMultiFilterRef | getEventMultiFilter () |
| vhdEventMultiHandlerRef | getEventMultiHandler () |
| vhdEventRef | _peekEvent () |
| vhdEventRef | _popEvent () |
| vhdEventRef vhdEventPublisher::_peekEvent | ( | ) |
| vhdEventRef vhdEventPublisher::_popEvent | ( | ) |
| void vhdEventPublisher::connectToDispatcher | ( | vhdEventDispatcherRef | dispatcher | ) |
| void vhdEventPublisher::disconnectFromDispatcher | ( | ) |
| void vhdEventPublisher::dispatchEvent | ( | vhdEventRef | event | ) |
| vhdEventDispatcherRef vhdEventPublisher::getEventDispatcher | ( | ) |
| vhdEventMultiFilterRef vhdEventPublisher::getEventMultiFilter | ( | ) |
| vhdEventMultiHandlerRef vhdEventPublisher::getEventMultiHandler | ( | ) |
| std::string vhdEventPublisher::getEventPublisherName | ( | ) |
| vhtSize32 vhdEventPublisher::getNumberOfEvents | ( | ) |
| void vhdEventPublisher::postEvent | ( | vhdEventRef | event | ) |
| void vhdEventPublisher::removeAllEvents | ( | ) |
| vhdEventPublisher::vhdEventPublisher | ( | const std::string & | name | ) |
| vhdEventPublisher::~vhdEventPublisher | ( | ) |
1.5.1-p1