Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

mem_fun_t Class Template Reference

#include <stl_function.h>

Inheritance diagram for mem_fun_t:

Inheritance graph
[legend]
Collaboration diagram for mem_fun_t:

Collaboration graph
[legend]
List of all members.

Public Methods

 mem_fun_t (S(T::*pf)())
operator() (T *p) const

Private Attributes

S(T::* f )()

template<class S, class T>
class mem_fun_t< S, T >


Constructor & Destructor Documentation

template<class S, class T>
mem_fun_t< S, T >::mem_fun_t S(T::*    pf)() [inline, explicit]
 

Definition at line 433 of file stl_function.h.

References f.

00433 : f(pf) {}


Member Function Documentation

template<class S, class T>
S mem_fun_t< S, T >::operator() T *    p const [inline]
 

Definition at line 434 of file stl_function.h.

References f.

00434 { return (p->*f)(); }


Member Data Documentation

template<class S, class T>
S(T::* mem_fun_t::f)() [private]
 

Referenced by mem_fun_t, and operator().


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

Documentation generated on Thu May 2 15:03:35 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001