userver: Member List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
concurrent::AsyncEventSource< Args > Member List

This is the complete list of members for concurrent::AsyncEventSource< Args >, including all inherited members.

AddListener(Class *obj, std::string_view name, void(Class::*func)(Args...))concurrent::AsyncEventSource< Args >inline
AddListener(FunctionId id, std::string_view name, Function &&func)concurrent::AsyncEventSource< Args >inline
DoAddListener(FunctionId id, std::string_view name, Function &&func)=0 (defined in concurrent::AsyncEventSource< Args >)concurrent::AsyncEventSource< Args >protectedpure virtual
Function typedef (defined in concurrent::AsyncEventSource< Args >)concurrent::AsyncEventSource< Args >
RemoveListener(FunctionId, UnsubscribingKind) noexcept override=0concurrent::AsyncEventSource< Args >pure virtual
~AsyncEventSource()=default (defined in concurrent::AsyncEventSource< Args >)concurrent::AsyncEventSource< Args >virtual