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


Public Methods | |
| mem_fun_t (S(T::*pf)()) | |
| S | operator() (T *p) const |
Private Attributes | |
| S(T::* | f )() |
|
||||||||||
|
Definition at line 433 of file stl_function.h. References f.
00433 : f(pf) {} |
|
||||||||||
|
Definition at line 434 of file stl_function.h. References f.
00434 { return (p->*f)(); }
|
|
|||||
|
Referenced by mem_fun_t, and operator(). |
| Documentation generated on Thu May 2 15:03:35 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |