|
ALPSCore reference
|
#include <count.hpp>


Public Types | |
| typedef count_type< T >::type | count_type |
| typedef detail::make_scalar_result_type< impl::Result, T, count_tag, B >::type | scalar_result_type |
Public Member Functions | |
| Result () | |
| template<typename A > | |
| Result (A const &acc) | |
| count_type | count () const |
| void | operator() (T const &) |
| template<typename W > | |
| void | operator() (T const &, W) |
| template<typename S > | |
| void | print (S &os, bool=false) const |
| void | save (hdf5::archive &ar) const |
| void | load (hdf5::archive &ar) |
| template<typename U > | |
| void | operator+= (U const &arg) |
| template<typename U > | |
| void | operator-= (U const &arg) |
| template<typename U > | |
| void | operator*= (U const &arg) |
| template<typename U > | |
| void | operator/= (U const &arg) |
| void | reset () |
Static Public Member Functions | |
| static std::size_t | rank () |
| static bool | can_load (hdf5::archive &ar) |
| typedef count_type<T>::type alps::accumulators::impl::Result< T, count_tag, B >::count_type |
| typedef detail::make_scalar_result_type<impl::Result,T,count_tag,B>::type alps::accumulators::impl::Result< T, count_tag, B >::scalar_result_type |
|
inline |
|
inline |
|
static |
|
inline |
| void alps::accumulators::impl::Result< T, count_tag, B >::load | ( | hdf5::archive & | ar | ) |
| void alps::accumulators::impl::Result< T, count_tag, B >::operator() | ( | T const & | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| void alps::accumulators::impl::Result< T, count_tag, B >::reset | ( | ) |
| void alps::accumulators::impl::Result< T, count_tag, B >::save | ( | hdf5::archive & | ar | ) | const |
1.8.11