| Public Typedefs Summary: | |
| std::pair | type [xref] [Source] |
| std::pair | const_type [xref] [Source] |
| Public Member functions Summary: | |
| constructor | Dense_storage(length_type size, type type ( 0 , 0 ), const AllocT& AllocT ( )) [xref] [Source] |
| constructor | Dense_storage(length_type size, vsip::complex val, type type ( 0 , 0 )) [xref] [Source] |
| destructor | ~Dense_storage() [xref] [Source] |
| vsip::complex | get(index_type idx) [xref] [Source] |
| void | put(index_type idx, vsip::complex val) [xref] [Source] |
| vsip::complex& | impl_ref(index_type) [xref] [Source] |
| const vsip::complex& | impl_ref(index_type) [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::rebind::other | allocator_ [xref] [Source] |
| bool | alloc_data_ [xref] [Source] |
| T* | real_data_ [xref] [Source] |
| T* | imag_data_ [xref] [Source] |