Class
Accumulator
Accumulator base class.
Accumulator<TValue, TSpec>
Include Headers
seqan/misc/misc_accumulators.h
Parameters
TValue
The type of the values to accumulate.
TSpec
The specialization tag.
Remarks
Accumulators are for computing statistics on streams of values.
Currently, this is only meant for accumulating integers.
Specializations
Average AccumulatorAccumulator for computing averages.
Metafunctions
ResultReturn the result of a computation.
ValueType of the items in the container or behind an iterator.
Functions
clearResets an object.
pushAdds a value to an accumulator.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:34