![]() |
QMCPACK
|
Public Types | |
using | RecordList_t = std::vector< RecordProperty * > |
Public Member Functions | |
RecordPropertyList () | |
virtual | ~RecordPropertyList () |
void | addRecord (RecordProperty *a) |
void | setstride (int n) |
void | report (int iter) |
void | finalize () |
void | clear () |
Protected Attributes | |
std::vector< RecordProperty * > | Properties |
Definition at line 40 of file RecordProperty.h.
using RecordList_t = std::vector<RecordProperty*> |
Definition at line 43 of file RecordProperty.h.
|
inline |
Definition at line 45 of file RecordProperty.h.
|
inlinevirtual |
|
inline |
Definition at line 48 of file RecordProperty.h.
References Properties.
|
inline |
Definition at line 79 of file RecordProperty.h.
References Properties.
Referenced by ~RecordPropertyList().
|
inline |
Definition at line 70 of file RecordProperty.h.
References Properties.
|
inline |
Definition at line 60 of file RecordProperty.h.
References Properties.
|
inline |
Definition at line 50 of file RecordProperty.h.
References qmcplusplus::n, and Properties.
|
protected |
Definition at line 91 of file RecordProperty.h.
Referenced by addRecord(), clear(), finalize(), report(), and setstride().