__gnu_cxx::aux_balloc::FunctorRef< Functor > Class Template Reference

Inheritance diagram for __gnu_cxx::aux_balloc::FunctorRef< Functor >:

Inheritance graph
[legend]
Collaboration diagram for __gnu_cxx::aux_balloc::FunctorRef< Functor >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Functor::argument_type argument_type
 argument_type is the type of the
typedef Functor::result_type result_type
 argument (no surprises here) result_type is the return type

Public Member Functions

 FunctorRef (Functor &__fref)
result_type operator() (argument_type arg)

Private Attributes

Functor & M_fref

Detailed Description

template<typename Functor>
class __gnu_cxx::aux_balloc::FunctorRef< Functor >

Definition at line 167 of file bitmap_allocator.h.


Member Typedef Documentation

template<typename Functor>
typedef Functor::argument_type __gnu_cxx::aux_balloc::FunctorRef< Functor >::argument_type
 

argument_type is the type of the

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

Definition at line 172 of file bitmap_allocator.h.

template<typename Functor>
typedef Functor::result_type __gnu_cxx::aux_balloc::FunctorRef< Functor >::result_type
 

argument (no surprises here) result_type is the return type

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

Definition at line 173 of file bitmap_allocator.h.


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 11:04:59 2005 for libstdc++-v3 Source by  doxygen 1.4.4