| Public Member functions Summary: | |
| constructor | User_storage() [xref] [Source] |
| constructor | User_storage(user_storage_type format, (unknown)<T>* data) [xref] [Source] |
| constructor | User_storage(user_storage_type format, T* real, T* imag) [xref] [Source] |
| user_storage_type | format() [xref] [Source] |
| (unknown)<T> | get(index_type i) [xref] [Source] |
| void | put(index_type i, (unknown)<T> val) [xref] [Source] |
| Storage::type | as_storage(Cmplx_inter_fmt) [xref] [Source] |
| Storage::type | as_storage(Cmplx_split_fmt) [xref] [Source] |
| void | find((unknown)<T>*& pointer) [xref] [Source] |
| void | find(T*& pointer) [xref] [Source] |
| void | find(T*& real_pointer, T*& imag_pointer) [xref] [Source] |
| void | rebind((unknown)<T>* pointer) [xref] [Source] |
| void | rebind(T* pointer) [xref] [Source] |
| void | rebind(T* real_pointer, T* imag_pointer) [xref] [Source] |
| Private Unions Summary: | |
| `0000 [Source] | |
| Private Data members Summary: | |
| user_storage_type | format_ [xref] [Source] |
| `0000 | u_ [xref] [Source] |