__gnu_cxx::__detail::_Ffit_finder
__gnu_cxx::__detail::_Ffit_finder
Section: C Library Functions (3) Updated: 10 Jan 2009 Local index
Up
NAME
__gnu_cxx::__detail::_Ffit_finder - The class which acts as a predicate for applying the first-fit memory allocation policy for the bitmap allocator.
SYNOPSIS
Inherits unary_function< std::pair< _Tp, _Tp >, bool >.
Public Types
typedef std::pair< _Tp, _Tp > argument_type
typedef bool result_type
Public Member Functions
size_t * _M_get () const throw ()
_Counter_type _M_offset () const throw ()
bool operator() (_Block_pair __bp) throw ()
Detailed Description
template<typename _Tp> class __gnu_cxx::__detail::_Ffit_finder< _Tp >
Definition at line 360 of file bitmap_allocator.h.
Member Typedef Documentation
typedef std::pair< _Tp, _Tp > std::unary_function< std::pair< _Tp, _Tp > , bool >::argument_type [inherited]
argument_type is the type of the argument (no surprises here)
Definition at line 104 of file stl_function.h.
typedef bool std::unary_function< std::pair< _Tp, _Tp > , bool >::result_type [inherited]
result_type is the return type
Definition at line 107 of file stl_function.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Types
-
- Public Member Functions
-
- Detailed Description
-
- template<typename _Tp> class __gnu_cxx::__detail::_Ffit_finder< _Tp >
-
- Member Typedef Documentation
-
- typedef std::pair< _Tp, _Tp > std::unary_function< std::pair< _Tp, _Tp > , bool >::argument_type [inherited]
-
- typedef bool std::unary_function< std::pair< _Tp, _Tp > , bool >::result_type [inherited]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:37:26 GMT, April 16, 2011