ALPSCore reference
Namespaces | Macros
count.cpp File Reference
#include <boost/preprocessor/tuple/to_seq.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
#include <alps/config.hpp>
#include <alps/accumulators/feature/count.hpp>
Include dependency graph for count.cpp:

Go to the source code of this file.

Namespaces

 alps
 
 alps::accumulators
 
 alps::accumulators::impl
 

Macros

#define ALPS_ACCUMULATOR_VALUE_TYPES_SEQ   BOOST_PP_TUPLE_TO_SEQ(ALPS_ACCUMULATOR_VALUE_TYPES_SIZE, (ALPS_ACCUMULATOR_VALUE_TYPES))
 
#define ALPS_ACCUMULATOR_INST_COUNT_RESULT(r, data, T)   template class Result<T, count_tag, ResultBase<T>>;
 
#define ALPS_ACCUMULATOR_INST_COUNT_ACC(r, data, T)   template class Accumulator<T, count_tag, AccumulatorBase<T>>;
 

Macro Definition Documentation

#define ALPS_ACCUMULATOR_INST_COUNT_ACC (   r,
  data,
 
)    template class Accumulator<T, count_tag, AccumulatorBase<T>>;

Definition at line 114 of file count.cpp.

#define ALPS_ACCUMULATOR_INST_COUNT_RESULT (   r,
  data,
 
)    template class Result<T, count_tag, ResultBase<T>>;

Definition at line 58 of file count.cpp.

#define ALPS_ACCUMULATOR_VALUE_TYPES_SEQ   BOOST_PP_TUPLE_TO_SEQ(ALPS_ACCUMULATOR_VALUE_TYPES_SIZE, (ALPS_ACCUMULATOR_VALUE_TYPES))

Definition at line 14 of file count.cpp.