template<typename ClassType, typename Signature> class GradSoft::VoidMemberFunctionCall

void member function, binded with object

Public Methods

[more] VoidMemberFunctionCall(ClassType* obj, Signature fun)
[more]void operator()() const

Public Members

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


Documentation

void member function, binded with object
otypedef ClassType class_type

otypedef Signature member_function_type

o VoidMemberFunctionCall(ClassType* obj, Signature fun)

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