Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
Loading...
Searching...
No Matches
zao::endpoint::EventSourceInterface< T > Member List

This is the complete list of members for zao::endpoint::EventSourceInterface< T >, including all inherited members.

RegisterCallback(const std::shared_ptr< T > &listener, bool use_weak_ptr)zao::endpoint::EventSourceInterface< T >inline
RegisterCallback(const std::shared_ptr< T > &listener)=0zao::endpoint::EventSourceInterface< T >pure virtual
RegisterCallback(const std::weak_ptr< T > &listener_weak, StoreAsWeakPtrType)=0zao::endpoint::EventSourceInterface< T >pure virtual
RegisterCallback(std::unique_ptr< T > &&listener)=0zao::endpoint::EventSourceInterface< T >pure virtual
~EventSourceInterface() noexcept=default (defined in zao::endpoint::EventSourceInterface< T >)zao::endpoint::EventSourceInterface< T >virtual