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

#include <callback.h>

Public Member Functions

 Callback2 ()
 
template<class T >
 Callback2 (const T &functor)
 
R operator() (P1 p1, P2 p2)
 
bool empty () const
 
 Callback2 ()
 
template<class T >
 Callback2 (const T &functor)
 
R operator() (P1 p1, P2 p2)
 
bool empty () const
 

Constructor & Destructor Documentation

◆ Callback2() [1/4]

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

◆ Callback2() [2/4]

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

◆ Callback2() [3/4]

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

◆ Callback2() [4/4]

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

Member Function Documentation

◆ empty() [1/2]

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

◆ empty() [2/2]

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

◆ operator()() [1/2]

template<class R, class P1, class P2>
R rtc::Callback2< R, P1, P2 >::operator() ( P1  p1,
P2  p2 
)
inline

◆ operator()() [2/2]

template<class R, class P1, class P2>
R rtc::Callback2< R, P1, P2 >::operator() ( P1  p1,
P2  p2 
)
inline

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