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

const_mem_fun_ref_t Class Template Reference

#include <stl_function.h>

Inheritance diagram for const_mem_fun_ref_t:

Inheritance graph
[legend]
Collaboration diagram for const_mem_fun_ref_t:

Collaboration graph
[legend]
List of all members.

Public Methods

 const_mem_fun_ref_t (S(T::*pf)() const)
operator() (const T &r) const

Private Attributes

S(T::* f )() const

template<class S, class T>
class const_mem_fun_ref_t< S, T >


Constructor & Destructor Documentation

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

Definition at line 461 of file stl_function.h.

References f.

00461 : f(pf) {}


Member Function Documentation

template<class S, class T>
S const_mem_fun_ref_t< S, T >::operator() const T &    r const [inline]
 

Definition at line 462 of file stl_function.h.

References f.

00462 { return (r.*f)(); }


Member Data Documentation

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

Referenced by const_mem_fun_ref_t, and operator().


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

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

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