__gnu_cxx::aux_balloc::functorref(3)
NAME
__gnu_cxx::aux_balloc::FunctorRef
SYNOPSIS
Inherits std::unary_function< Functor::argument_type,
Functor::result_type >
- 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 returntype
- 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.
Author
- Generated automatically by Doxygen for libstdc++-v3 Source
- from the source code.
- libstdc++-v3 Source 1 Jan 2007gnu_cxx::aux_bal