Documentation class for mln::Accumulator. More...
#include <accumulator.hh>
Public Types | |
| typedef void | argument | 
| The argument type of elements to accumulate.   | |
Public Member Functions | |
| void | init () | 
| Initialize the accumulator.   | |
| void | take (const E &other) | 
Take into account another accumulator other.   | |
| void | take (const argument &t) | 
Take into account a argument t (an element).   | |
Documentation class for mln::Accumulator.
Definition at line 36 of file doc/accumulator.hh.
| typedef void mln::doc::Accumulator< E >::argument | 
The argument type of elements to accumulate.
Definition at line 39 of file doc/accumulator.hh.
| void mln::doc::Accumulator< E >::init | ( | ) | 
Initialize the accumulator.
| void mln::doc::Accumulator< E >::take | ( | const E & | other | ) | 
Take into account another accumulator other. 
| void mln::doc::Accumulator< E >::take | ( | const argument & | t | ) | 
Take into account a argument t (an element). 
 1.7.1