webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
rtc::Callback0< R > Class Template Reference

#include <callback.h>

Public Member Functions

 Callback0 ()
 
template<class T >
 Callback0 (const T &functor)
 
R operator() ()
 
bool empty () const
 
 Callback0 ()
 
template<class T >
 Callback0 (const T &functor)
 
R operator() ()
 
bool empty () const
 

Constructor & Destructor Documentation

◆ Callback0() [1/4]

template<class R>
rtc::Callback0< R >::Callback0 ( )
inline

◆ Callback0() [2/4]

template<class R>
template<class T >
rtc::Callback0< R >::Callback0 ( const T functor)
inline

◆ Callback0() [3/4]

template<class R>
rtc::Callback0< R >::Callback0 ( )
inline

◆ Callback0() [4/4]

template<class R>
template<class T >
rtc::Callback0< R >::Callback0 ( const T functor)
inline

Member Function Documentation

◆ empty() [1/2]

template<class R>
bool rtc::Callback0< R >::empty ( ) const
inline

◆ empty() [2/2]

template<class R>
bool rtc::Callback0< R >::empty ( ) const
inline

◆ operator()() [1/2]

template<class R>
R rtc::Callback0< R >::operator() ( )
inline

◆ operator()() [2/2]

template<class R>
R rtc::Callback0< R >::operator() ( )
inline

The documentation for this class was generated from the following file: