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


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