Home · All Classes · All Namespaces · Modules · Functions · Files |
#include </home/kaffeine/devel/telepathy/bundle/release/telepathy-qt/TelepathyQt/functors.h>
Inherits Tp::BaseFunctor.
Public Types | |
typedef R(T::* | FunctionType) (Arg1, Arg2) |
typedef R | ResultType |
Public Member Functions | |
MemberFunctor2 (T *object, FunctionType fn) | |
ResultType | operator() (Arg1 a1, Arg2 a2) const |
Public Attributes | |
T * | object |
FunctionType | fn |
typedef R(T::* Tp::MemberFunctor2< R, T, Arg1, Arg2 >::FunctionType) (Arg1, Arg2) |
typedef R Tp::MemberFunctor2< R, T, Arg1, Arg2 >::ResultType |
|
inline |
|
inline |
T* Tp::MemberFunctor2< R, T, Arg1, Arg2 >::object |
FunctionType Tp::MemberFunctor2< R, T, Arg1, Arg2 >::fn |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |