__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 argument (no surprises here)
typedef
Functor::result_type 
result_type
 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 argument (no surprises here)

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

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 Wed Oct 3 06:18:27 2007 for libstdc++-v3 Source by  doxygen 1.5.3