#include <stl_function.h>
Inheritance diagram for mem_fun1_ref_t:


Public Methods | |
| mem_fun1_ref_t (S(T::*pf)(A)) | |
| S | operator() (T &r, A x) const |
Private Attributes | |
| S(T::* | f )(A) |
|
||||||||||
|
Definition at line 488 of file stl_function.h. References f.
00488 : f(pf) {} |
|
||||||||||||||||
|
Definition at line 489 of file stl_function.h. References f.
00489 { return (r.*f)(x); }
|
|
|||||
|
Referenced by mem_fun1_ref_t, and operator(). |
| Documentation generated on Thu May 2 15:03:34 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |