|
ALPSCore reference
|
#include <wrappers.hpp>


Public Member Functions | |
| derived_wrapper () | |
| derived_wrapper (A const &arg) | |
| A & | extract () |
| A const & | extract () const |
| void | operator() (value_type const &value) |
| void | save (hdf5::archive &ar) const |
| void | load (hdf5::archive &ar) |
| void | print (std::ostream &os, bool terse) const |
| void | reset () |
| void | merge (const base_wrapper< value_type > &rhs) |
| Merge the given accumulator into this accumulator. More... | |
Definition at line 29 of file wrappers.hpp.
|
inline |
Definition at line 155 of file wrappers.hpp.
|
inline |
Definition at line 168 of file wrappers.hpp.
|
inline |
Definition at line 181 of file wrappers.hpp.
|
inline |
Definition at line 184 of file wrappers.hpp.
|
inline |
Definition at line 196 of file wrappers.hpp.
|
inline |
Merge the given accumulator into this accumulator.
| rhs | Accumulator to merge |
Definition at line 209 of file wrappers.hpp.
|
inline |
Definition at line 188 of file wrappers.hpp.
|
inline |
Definition at line 200 of file wrappers.hpp.
|
inline |
Definition at line 204 of file wrappers.hpp.
|
inline |
Definition at line 193 of file wrappers.hpp.
1.8.11