Image Component Library (ICL)
|
FunctionImpl implementation for member functions. More...
#include <Function.h>
Public Member Functions | |
virtual R | operator() (A a, B b, C c) const |
function interface More... | |
Public Member Functions inherited from icl::utils::FunctionImpl< R, A, B, C > | |
virtual | ~FunctionImpl () |
Public Attributes | |
Object * | obj |
R(Object::* | method )(A, B, C) |
FunctionImpl implementation for member functions.
This class should not be used directly! Use the overloaded icl::utils::function - template instead. The class template is specialized for member functions with less parameters.
|
inlinevirtual |
function interface
Implements icl::utils::FunctionImpl< R, A, B, C >.
R(Object::* icl::utils::MemberFunctionImpl< Object, R, A, B, C >::method) (A, B, C) |
Object* icl::utils::MemberFunctionImpl< Object, R, A, B, C >::obj |