.TH "__gnu_cxx::__pool_base" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::__pool_base \- Base class for pool object\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fB__gnu_cxx::__pool< false >\fP, and \fB__gnu_cxx::__pool< true >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef unsigned short int \fB_Binmap_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB__pool_base\fP (const _Tune &__options)" .br .ti -1c .RI "bool \fB_M_check_threshold\fP (size_t __bytes)" .br .ti -1c .RI "size_t \fB_M_get_align\fP ()" .br .ti -1c .RI "size_t \fB_M_get_binmap\fP (size_t __bytes)" .br .ti -1c .RI "const _Tune & \fB_M_get_options\fP () const" .br .ti -1c .RI "void \fB_M_set_options\fP (_Tune __t)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Binmap_type * \fB_M_binmap\fP" .br .ti -1c .RI "bool \fB_M_init\fP" .br .ti -1c .RI "_Tune \fB_M_options\fP" .br .in -1c .SH "Detailed Description" .PP Base class for pool object\&. .PP Definition at line \fB51\fP of file \fBmt_allocator\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef unsigned short int __gnu_cxx::__pool_base::_Binmap_type" .PP Definition at line \fB55\fP of file \fBmt_allocator\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "__gnu_cxx::__pool_base::__pool_base ()\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB160\fP of file \fBmt_allocator\&.h\fP\&. .SS "__gnu_cxx::__pool_base::__pool_base (const _Tune & __options)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB164\fP of file \fBmt_allocator\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "bool __gnu_cxx::__pool_base::_M_check_threshold (size_t __bytes)\fC [inline]\fP" .PP Definition at line \fB148\fP of file \fBmt_allocator\&.h\fP\&. .SS "size_t __gnu_cxx::__pool_base::_M_get_align ()\fC [inline]\fP" .PP Definition at line \fB156\fP of file \fBmt_allocator\&.h\fP\&. .SS "size_t __gnu_cxx::__pool_base::_M_get_binmap (size_t __bytes)\fC [inline]\fP" .PP Definition at line \fB152\fP of file \fBmt_allocator\&.h\fP\&. .SS "const _Tune & __gnu_cxx::__pool_base::_M_get_options () const\fC [inline]\fP" .PP Definition at line \fB137\fP of file \fBmt_allocator\&.h\fP\&. .SS "void __gnu_cxx::__pool_base::_M_set_options (_Tune __t)\fC [inline]\fP" .PP Definition at line \fB141\fP of file \fBmt_allocator\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "_Binmap_type* __gnu_cxx::__pool_base::_M_binmap\fC [protected]\fP" .PP Definition at line \fB178\fP of file \fBmt_allocator\&.h\fP\&. .SS "bool __gnu_cxx::__pool_base::_M_init\fC [protected]\fP" .PP Definition at line \fB183\fP of file \fBmt_allocator\&.h\fP\&. .SS "_Tune __gnu_cxx::__pool_base::_M_options\fC [protected]\fP" .PP Definition at line \fB176\fP of file \fBmt_allocator\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.