![]() |
QMCPACK
|
Public Types | |
enum | { DIM = D * scalar_traits<T>::DIM } |
using | pointer = typename container_proxy< T >::pointer |
using | data_type = std::vector< TinyVector< T, D > > |
Public Member Functions | |
container_proxy (data_type &a) | |
size_t | size () const |
pointer | data () |
Public Attributes | |
data_type & | ref |
Definition at line 139 of file container_proxy.h.
using data_type = std::vector<TinyVector<T, D> > |
Definition at line 146 of file container_proxy.h.
using pointer = typename container_proxy<T>::pointer |
Definition at line 145 of file container_proxy.h.
anonymous enum |
|
inline |
Definition at line 148 of file container_proxy.h.
|
inline |
Definition at line 150 of file container_proxy.h.
References container_proxy< std::vector< TinyVector< T, D > > >::data(), scalar_traits< T >::get_address(), and container_proxy< T >::ref.
Referenced by container_proxy< std::vector< TinyVector< T, D > > >::data().
|
inline |
Definition at line 149 of file container_proxy.h.
References container_proxy< T >::DIM, and container_proxy< T >::ref.
data_type& ref |
Definition at line 147 of file container_proxy.h.