

Public Types | |
| typedef Alloc | allocator_type |
Public Member Functions | |
| allocator_type | get_allocator () const |
| Bvector_base (const allocator_type &a) | |
| ~Bvector_base () | |
Protected Member Functions | |
| Bit_type * | M_allocate (size_t n) |
| void | M_deallocate () |
Protected Attributes | |
| Bvector_impl | M_impl |
Private Types | |
|
typedef Alloc::template rebind< Bit_type >::other | Bit_alloc_type |
Classes | |
| struct | Bvector_impl |
Definition at line 348 of file stl_bvector.h.
1.5.1