AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::events::EventBus< T > Member List

This is the complete list of members for anch::events::EventBus< T >, including all inherited members.

AddObserver(anch::events::Observer< T > &observer) noexceptanch::events::EventBus< T >static
addObserver(anch::events::Observer< T > &observer) noexceptanch::events::EventBus< T >
anch::Singleton< EventBus< T > > (defined in anch::events::EventBus< T >)anch::events::EventBus< T >friend
FireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexceptanch::events::EventBus< T >static
FireEvent(const anch::events::Event< T > &event) noexceptanch::events::EventBus< T >static
fireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexceptanch::events::EventBus< T >
fireEvent(const anch::events::Event< T > &event) noexceptanch::events::EventBus< T >
getInstance()anch::Singleton< EventBus< T > >static
RemoveObserver(anch::events::Observer< T > &observer) noexceptanch::events::EventBus< T >static
removeObserver(anch::events::Observer< T > &observer) noexceptanch::events::EventBus< T >
ScheduleDeferred(const T &event, const std::map< std::string, std::string > &headers={}) noexceptanch::events::EventBus< T >static
ScheduleDeferred(const anch::events::Event< T > &event) noexceptanch::events::EventBus< T >static
scheduleDeferred(const T &event, const std::map< std::string, std::string > &headers={}) noexceptanch::events::EventBus< T >
scheduleDeferred(const anch::events::Event< T > &event) noexceptanch::events::EventBus< T >