lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions
lean::functional::callable_memfun< Class, Signature > Class Template Reference

Stores an object and a pointer to a method to be called on invokation of operator (). More...

#include <callable.h>

List of all members.

Public Member Functions

LEAN_INLINE callable_memfun (Class *obj, Signature Class::*fun)
 Stores the given object and method to be called by operator().
LEAN_INLINE void operator() ()
 Calls the function stored by this callable object.

Detailed Description

template<class Class, class Signature>
class lean::functional::callable_memfun< Class, Signature >

Stores an object and a pointer to a method to be called on invokation of operator ().


The documentation for this class was generated from the following file: