#include <StatOutput.hpp>
Public Member Functions | |
StatOutput (const params_t *par) | |
template<class InputIterator> | |
void DINLINE | writeItemsetAndCounter (InputIterator first, InputIterator last, const counter_t support) |
void | pushItem (item_t item) |
void | write (counter_t support) |
void | pushItemWithWrite (item_t item, counter_t support) |
void | pushItemWithPrevSupport (item_t item) |
void | popItem () |
void | popAll () |
~StatOutput () | |
It closes the output file. | |
Private Attributes | |
std::vector< counter_t > | lengthsp |
size_t | buffer_size |
Classes | |
class | params_t |
Definition at line 24 of file StatOutput.hpp.
|
Definition at line 39 of file StatOutput.hpp. |
|
It closes the output file.
Definition at line 90 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::lengthsp. |
|
Definition at line 83 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size. |
|
Definition at line 77 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size. |
|
Definition at line 52 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size. |
|
Definition at line 70 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size, and StatOutput< OUTPUT, VERBOSE >::lengthsp. |
|
Definition at line 63 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size, and StatOutput< OUTPUT, VERBOSE >::lengthsp. |
|
Definition at line 57 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::buffer_size, and StatOutput< OUTPUT, VERBOSE >::lengthsp. |
|
Definition at line 43 of file StatOutput.hpp. References StatOutput< OUTPUT, VERBOSE >::lengthsp. |
|
|