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 |
Definition at line 167 of file bitmap_allocator.h.
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.
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.