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