ALPSCore reference
|
#include <accumulators_.hpp>
Public Member Functions | |
virtual_accumulator_wrapper () | |
virtual_accumulator_wrapper (accumulator_wrapper *arg) | |
virtual_accumulator_wrapper (virtual_accumulator_wrapper const &rhs) | |
virtual_accumulator_wrapper (hdf5::archive &ar) | |
virtual | ~virtual_accumulator_wrapper () |
void | merge (const virtual_accumulator_wrapper &rhs) |
Merge another accumulator into this one. More... | |
virtual_accumulator_wrapper & | operator= (std::shared_ptr< virtual_accumulator_wrapper > const &rhs) |
boost::uint64_t | count () const |
template<typename T > | |
T | mean () const |
template<typename T > | |
T | error () const |
void | save (hdf5::archive &ar) const |
void | load (hdf5::archive &ar) |
void | reset () const |
std::shared_ptr< virtual_result_wrapper< virtual_accumulator_wrapper > > | result () const |
void | print (std::ostream &os) const |
Definition at line 99 of file accumulators_.hpp.
alps::accumulators::wrapped::virtual_accumulator_wrapper::virtual_accumulator_wrapper | ( | ) |
Definition at line 88 of file accumulators.cpp.
alps::accumulators::wrapped::virtual_accumulator_wrapper::virtual_accumulator_wrapper | ( | accumulator_wrapper * | arg | ) |
Definition at line 94 of file accumulators.cpp.
alps::accumulators::wrapped::virtual_accumulator_wrapper::virtual_accumulator_wrapper | ( | virtual_accumulator_wrapper const & | rhs | ) |
Definition at line 100 of file accumulators.cpp.
alps::accumulators::wrapped::virtual_accumulator_wrapper::virtual_accumulator_wrapper | ( | hdf5::archive & | ar | ) |
Definition at line 108 of file accumulators.cpp.
|
virtual |
Definition at line 114 of file accumulators.cpp.
boost::uint64_t alps::accumulators::wrapped::virtual_accumulator_wrapper::count | ( | ) | const |
Definition at line 141 of file accumulators.cpp.
|
inline |
Definition at line 153 of file accumulators_.hpp.
void alps::accumulators::wrapped::virtual_accumulator_wrapper::load | ( | hdf5::archive & | ar | ) |
Definition at line 167 of file accumulators.cpp.
|
inline |
Definition at line 148 of file accumulators_.hpp.
void alps::accumulators::wrapped::virtual_accumulator_wrapper::merge | ( | const virtual_accumulator_wrapper & | rhs | ) |
Merge another accumulator into this one.
rhs | accumulator to merge. |
Definition at line 131 of file accumulators.cpp.
virtual_accumulator_wrapper & alps::accumulators::wrapped::virtual_accumulator_wrapper::operator= | ( | std::shared_ptr< virtual_accumulator_wrapper > const & | rhs | ) |
Definition at line 135 of file accumulators.cpp.
void alps::accumulators::wrapped::virtual_accumulator_wrapper::print | ( | std::ostream & | os | ) | const |
Definition at line 184 of file accumulators.cpp.
void alps::accumulators::wrapped::virtual_accumulator_wrapper::reset | ( | ) | const |
Definition at line 172 of file accumulators.cpp.
std::shared_ptr< virtual_result_wrapper< virtual_accumulator_wrapper > > alps::accumulators::wrapped::virtual_accumulator_wrapper::result | ( | ) | const |
Definition at line 177 of file accumulators.cpp.
void alps::accumulators::wrapped::virtual_accumulator_wrapper::save | ( | hdf5::archive & | ar | ) | const |
Definition at line 162 of file accumulators.cpp.