![]() |
QMCPACK
|
break encapsulation of data_ by OperatorEstBase only for testing! More...
Public Types | |
using | value_type = OperatorEstBase::Data::value_type |
Public Member Functions | |
OEBAccessor (OperatorEstBase &oeb) | |
value_type & | operator[] (size_t pos) |
Private Attributes | |
OperatorEstBase & | oeb_ |
break encapsulation of data_ by OperatorEstBase only for testing!
Definition at line 40 of file EstimatorTesting.h.
using value_type = OperatorEstBase::Data::value_type |
Definition at line 44 of file EstimatorTesting.h.
OEBAccessor | ( | OperatorEstBase & | oeb | ) |
Definition at line 51 of file EstimatorTesting.cpp.
OEBAccessor::value_type & operator[] | ( | size_t | pos | ) |
Definition at line 53 of file EstimatorTesting.cpp.
References OperatorEstBase::data_, and OEBAccessor::oeb_.
|
private |
Definition at line 49 of file EstimatorTesting.h.
Referenced by OEBAccessor::operator[]().