__gnu_cxx::balloc::_Functor_Ref< _Functor > Class Template Reference

#include <bitmap_allocator.h>

Inheritance diagram for __gnu_cxx::balloc::_Functor_Ref< _Functor >:

std::unary_function< _Functor::argument_type, _Functor::result_type > List of all members.

Public Types

typedef _Functor::argument_type argument_type
typedef _Functor::result_type result_type
 result_type is the return type

Public Member Functions

 _Functor_Ref (_Functor &__fref)
result_type operator() (argument_type __arg)

Private Attributes

_Functor & _M_fref

Detailed Description

template<typename _Functor>
class __gnu_cxx::balloc::_Functor_Ref< _Functor >

Definition at line 490 of file bitmap_allocator.h.


Member Typedef Documentation

template<typename _Functor>
typedef _Functor::argument_type __gnu_cxx::balloc::_Functor_Ref< _Functor >::argument_type

argument_type is the type of the argument (no surprises here)

Reimplemented from std::unary_function< _Functor::argument_type, _Functor::result_type >.

Definition at line 497 of file bitmap_allocator.h.

template<typename _Functor>
typedef _Functor::result_type __gnu_cxx::balloc::_Functor_Ref< _Functor >::result_type

result_type is the return type

Reimplemented from std::unary_function< _Functor::argument_type, _Functor::result_type >.

Definition at line 498 of file bitmap_allocator.h.


Constructor & Destructor Documentation

template<typename _Functor>
__gnu_cxx::balloc::_Functor_Ref< _Functor >::_Functor_Ref ( _Functor &  __fref  )  [inline]

Definition at line 500 of file bitmap_allocator.h.


Member Function Documentation

template<typename _Functor>
result_type __gnu_cxx::balloc::_Functor_Ref< _Functor >::operator() ( argument_type  __arg  )  [inline]

Definition at line 504 of file bitmap_allocator.h.

References __gnu_cxx::balloc::_Functor_Ref< _Functor >::_M_fref.


Member Data Documentation

template<typename _Functor>
_Functor& __gnu_cxx::balloc::_Functor_Ref< _Functor >::_M_fref [private]

Definition at line 494 of file bitmap_allocator.h.

Referenced by __gnu_cxx::balloc::_Functor_Ref< _Functor >::operator()().


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:58:11 2010 for GNU C++ STL by  doxygen 1.4.7