Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/functors.h>
Inherits Tp::BaseFunctor.
Public Types | |
typedef R(T::* | FunctionType) (Arg1) |
typedef R | ResultType |
Public Member Functions | |
MemberFunctor1 (T *object, FunctionType fn) | |
ResultType | operator() (Arg1 a1) const |
Public Attributes | |
T * | object |
FunctionType | fn |
typedef R(T::* Tp::MemberFunctor1< R, T, Arg1 >::FunctionType) (Arg1) |
typedef R Tp::MemberFunctor1< R, T, Arg1 >::ResultType |
|
inline |
|
inline |
T* Tp::MemberFunctor1< R, T, Arg1 >::object |
FunctionType Tp::MemberFunctor1< R, T, Arg1 >::fn |
TelepathyQt 0.9.8 | Generated by 1.8.15 |