[xref] [Source]
| Public Typedefs Summary: | |
| T* | type [xref] [Source] |
| const T* | const_type [xref] [Source] |
| Public Member functions Summary: | |
| constructor | Dense_storage(length_type size, type 0, const AllocT& AllocT ( )) [xref] [Source] |
| constructor | Dense_storage(length_type size, T val, type 0, const AllocT& AllocT ( )) [xref] [Source] |
| destructor | ~Dense_storage() [xref] [Source] |
| T | get(index_type idx) [xref] [Source] |
| void | put(index_type idx, T val) [xref] [Source] |
| T& | impl_ref(index_type idx) [xref] [Source] |
| const T& | impl_ref(index_type idx) [xref] [Source] |
| type | impl_data() [xref] [Source] |
| const_type | impl_data() [xref] [Source] |
| Protected Member functions Summary: | |
| void | impl_rebind(length_type size, type buffer) [xref] [Source] |
| void | deallocate(length_type size) [xref] [Source] |
| bool | is_alloc() [xref] [Source] |
| Private Data members Summary: | |
| AllocT | allocator_ [xref] [Source] |
| bool | alloc_data_ [xref] [Source] |
| T* | data_ [xref] [Source] |