Home · All Classes · All Namespaces · Modules · Functions · Files |
Callback with 5 arguments. More...
#include <TelepathyQt/Callbacks>
Inherits Tp::BaseCallback.
Public Types | |
typedef R(* | FunctionType) (Arg1, Arg2, Arg3, Arg4, Arg5) |
typedef R | ResultType |
Public Member Functions | |
Callback5 () | |
template<class Functor > | |
Callback5 (const Functor &functor) | |
ResultType | operator() (Arg1 a1, Arg2 a2, Arg3 a3, Arg4 a4, Arg5 a5) const |
Public Member Functions inherited from Tp::BaseCallback | |
BaseCallback () | |
BaseCallback (AbstractFunctorCaller *caller) | |
BaseCallback (const BaseCallback &other) | |
virtual | ~BaseCallback () |
bool | isValid () const |
BaseCallback & | operator= (const BaseCallback &other) |
Additional Inherited Members | |
Protected Attributes inherited from Tp::BaseCallback | |
AbstractFunctorCaller * | caller |
Callback with 5 arguments.
See Callbacks Usage
typedef R(* Tp::Callback5< R, Arg1, Arg2, Arg3, Arg4, Arg5 >::FunctionType) (Arg1, Arg2, Arg3, Arg4, Arg5) |
typedef R Tp::Callback5< R, Arg1, Arg2, Arg3, Arg4, Arg5 >::ResultType |
|
inline |
|
inline |
|
inline |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |