![]() |
QMCPACK
|
Public Types | |
enum | { DIM = scalar_traits<T>::DIM } |
using | pointer = typename container_proxy< T >::pointer |
Public Member Functions | |
container_proxy (Vector< T > &a) | |
size_t | size () const |
pointer | data () |
template<typename I > | |
void | resize (I *n) |
Public Attributes | |
Vector< T > & | ref |
Definition at line 174 of file container_proxy.h.
using pointer = typename container_proxy<T>::pointer |
Definition at line 180 of file container_proxy.h.
anonymous enum |
|
inline |
Definition at line 182 of file container_proxy.h.
|
inline |
Definition at line 184 of file container_proxy.h.
References scalar_traits< T >::get_address(), and container_proxy< T >::ref.
|
inline |
Definition at line 186 of file container_proxy.h.
References qmcplusplus::n, and container_proxy< T >::ref.
|
inline |
Definition at line 183 of file container_proxy.h.
References container_proxy< T >::ref.
Vector<T>& ref |
Definition at line 181 of file container_proxy.h.