86#include "G4AccValue.icc"
std::function< T(const T &, const T &)> G4MergeFunction
~G4AccValue() override=default
G4AccValue(G4AccValue &&rhs) noexcept
void SetMergeMode(G4MergeMode value) final
G4AccType GetType() const final
G4AccValue< T > & operator=(G4AccValue< T > &&rhs) noexcept
G4AccValue< T > operator++(int)
G4AccValue(const G4String &name, T initValue, G4MergeMode mergeMode=G4MergeMode::kAddition)
G4AccValue< T > & operator+=(const T &rhs)
G4AccValue< T > & operator=(const G4AccValue< T > &rhs)
G4AccValue< T > & operator*=(const T &rhs)
G4AccValue(T initValue=0, G4MergeMode mergeMode=G4MergeMode::kAddition)
G4AccValue< T > & operator++()
void Print(G4PrintOptions options=G4PrintOptions()) const final
G4AccValue< T > & operator*=(const G4AccValue< T > &rhs)
G4AccValue(const G4AccValue &rhs)
void Merge(const G4VAccumulable &other) final
G4AccValue< T > & operator+=(const G4AccValue< T > &rhs)
G4VAccumulable(G4MergeMode mergeMode=G4MergeMode::kAddition)