template<typename ClassType, typename ReturnType, typename Signature> class GradSoft::MemberFunctionCall
Member function, binded with object
Public Methods
-
MemberFunctionCall(ClassType* obj, Signature fun)
-
ReturnType operator()() const
Public Members
-
typedef ClassType class_type
-
typedef ReturnType return_type
-
typedef Signature member_function_type
Documentation
Member function, binded with object
typedef ClassType class_type
typedef ReturnType return_type
typedef Signature member_function_type
MemberFunctionCall(ClassType* obj, Signature fun)
ReturnType operator()() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.