votca 2024.2-dev
|
#include <hist.h>
Public Member Functions | |
T | getDiff () const |
const T & | back () const |
void | push_back (const T &metric) |
void | push_back (T &&metric) |
bool | filled () const |
void | WriteToCpt (CheckpointWriter &w) const |
void | ReadFromCpt (CheckpointReader &r) |
Private Member Functions | |
void | ReadMetric (T &, std::string tag, CheckpointReader &r) |
void | WriteMetric (const T &, std::string tag, CheckpointWriter &w) const |
void | ReadMetric (Energy_terms &metric, std::string tag, CheckpointReader &r) |
void | WriteMetric (const Energy_terms &metric, std::string tag, CheckpointWriter &w) const |
Private Attributes | |
Index | filled_ = 0 |
T | metric_ |
T | metric_old_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
private |
|
private |
|
private |