![]() |
QMCPACK
|
Collaboration diagram for container_proxy< std::vector< T > >:Public Types | |
| enum | { DIM = scalar_traits<T>::DIM } |
| using | pointer = typename container_proxy< T >::pointer |
Public Member Functions | |
| container_proxy (std::vector< T > &a) | |
| size_t | size () const |
| pointer | data () |
| void | resize (size_t n) |
| template<typename I > | |
| void | resize (I *n, int d) |
Public Attributes | |
| std::vector< T > & | ref |
Definition at line 94 of file container_proxy.h.
| using pointer = typename container_proxy<T>::pointer |
Definition at line 100 of file container_proxy.h.
| anonymous enum |
|
inline |
Definition at line 102 of file container_proxy.h.
|
inline |
Definition at line 104 of file container_proxy.h.
References scalar_traits< T >::get_address(), and container_proxy< T >::ref.
|
inline |
Definition at line 106 of file container_proxy.h.
References qmcplusplus::n, and container_proxy< T >::ref.
|
inline |
Definition at line 109 of file container_proxy.h.
References qmcplusplus::n, and container_proxy< T >::ref.
|
inline |
Definition at line 103 of file container_proxy.h.
References container_proxy< T >::ref.
| std::vector<T>& ref |
Definition at line 101 of file container_proxy.h.