PikaScript
List of all members
Pika::bound_mem_fun_t< C, A0, R > Class Template Reference

bound_mem_fun_t is a member functor bound to a specific C++ object through a pointer. More...

#include <PikaScript.h>

Inheritance diagram for Pika::bound_mem_fun_t< C, A0, R >:
Inheritance graph
[legend]
Collaboration diagram for Pika::bound_mem_fun_t< C, A0, R >:
Collaboration graph
[legend]

Detailed Description

template<class C, class A0, class R>
class Pika::bound_mem_fun_t< C, A0, R >

bound_mem_fun_t is a member functor bound to a specific C++ object through a pointer.

You may use this class instead of "manually" binding a std::mem_fun functor to an object. Besides being more convenient, this class solves a problem in some STL implementations that prevents you from having reference arguments in the functor.

You would normally use the helper function bound_mem_fun() to automatically instantiate the correct template.

Definition at line 102 of file PikaScript.h.


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