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

#include <callback.h>

Public Member Functions

 Callback1 ()
 
template<class T >
 Callback1 (const T &functor)
 
R operator() (P1 p1)
 
bool empty () const
 
 Callback1 ()
 
template<class T >
 Callback1 (const T &functor)
 
R operator() (P1 p1)
 
bool empty () const
 

Constructor & Destructor Documentation

◆ Callback1() [1/4]

template<class R , class P1 >
rtc::Callback1< R, P1 >::Callback1 ( )
inline

◆ Callback1() [2/4]

template<class R , class P1 >
template<class T >
rtc::Callback1< R, P1 >::Callback1 ( const T functor)
inline

◆ Callback1() [3/4]

template<class R , class P1 >
rtc::Callback1< R, P1 >::Callback1 ( )
inline

◆ Callback1() [4/4]

template<class R , class P1 >
template<class T >
rtc::Callback1< R, P1 >::Callback1 ( const T functor)
inline

Member Function Documentation

◆ empty() [1/2]

template<class R , class P1 >
bool rtc::Callback1< R, P1 >::empty ( ) const
inline

◆ empty() [2/2]

template<class R , class P1 >
bool rtc::Callback1< R, P1 >::empty ( ) const
inline

◆ operator()() [1/2]

template<class R , class P1 >
R rtc::Callback1< R, P1 >::operator() ( P1  p1)
inline

◆ operator()() [2/2]

template<class R , class P1 >
R rtc::Callback1< R, P1 >::operator() ( P1  p1)
inline

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