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

#include <callback.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Callback3() [1/4]

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

◆ Callback3() [2/4]

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

◆ Callback3() [3/4]

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

◆ Callback3() [4/4]

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

Member Function Documentation

◆ empty() [1/2]

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

◆ empty() [2/2]

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

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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