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


Public Methods | |
| const_mem_fun1_t (S(T::*pf)(A) const) | |
| S | operator() (const T *p, A x) const |
Private Attributes | |
| S(T::* | f )(A) const |
|
||||||||||
|
Definition at line 479 of file stl_function.h. References f.
00479 : f(pf) {} |
|
||||||||||||||||
|
Definition at line 480 of file stl_function.h. References f.
00480 { return (p->*f)(x); }
|
|
|||||
|
Referenced by const_mem_fun1_t, and operator(). |
| Documentation generated on Thu May 2 15:03:24 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |