| Home · Modules · All Classes · All Namespaces | 
Callback with 2 arguments. More...
#include <TelepathyQt/Callbacks>
Inherits Tp::BaseCallback.
Public Types | |
| typedef R(* | FunctionType) (Arg1, Arg2) | 
| typedef R | ResultType | 
Public Member Functions | |
| Callback2 () | |
| template<class Functor > | |
| Callback2 (const Functor &functor) | |
| ResultType | operator() (Arg1 a1, Arg2 a2) 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 2 arguments.
See Callbacks Usage
| typedef R(* Tp::Callback2< R, Arg1, Arg2 >::FunctionType) (Arg1, Arg2) | 
| typedef R Tp::Callback2< R, Arg1, Arg2 >::ResultType | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
| TelepathyQt 0.9.8 | 
            Generated by  
             
             1.8.15
         |