This is the complete list of members for anch::events::EventBus< T >, including all inherited members.
| AddObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | static |
| addObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | |
| anch::Singleton< EventBus< T > > (defined in anch::events::EventBus< T >) | anch::events::EventBus< T > | friend |
| EventBus() | anch::events::EventBus< T > | |
| FireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | static |
| FireEvent(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > | static |
| fireEvent(const T &event, const std::map< std::string, std::string > &headers={}) noexcept | anch::events::EventBus< T > | |
| fireEvent(const anch::events::Event< T > &event) noexcept | anch::events::EventBus< T > | |
| getInstance() | anch::Singleton< EventBus< T > > | static |
| release() | anch::events::EventBus< T > | |
| RemoveObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > | static |
| removeObserver(anch::events::Observer< T > &observer) noexcept | anch::events::EventBus< T > |