template<typename ClassType, typename ReturnType, typename Signature> class GradSoft::MemberFunctionCall

Member function, binded with object

Public Methods

[more] MemberFunctionCall(ClassType* obj, Signature fun)
[more]ReturnType operator()() const

Public Members

[more]typedef ClassType class_type
[more]typedef ReturnType return_type
[more]typedef Signature member_function_type


Documentation

Member function, binded with object
otypedef ClassType class_type

otypedef ReturnType return_type

otypedef Signature member_function_type

o MemberFunctionCall(ClassType* obj, Signature fun)

oReturnType 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++.