#include <NoOutput.hpp>
Inheritance diagram for NoOutput< ISDFO, FR >:
Public Types | |
typedef OutputBase< FR >::params_t | params_t |
Public Member Functions | |
NoOutput (const params_t *par) | |
template<typename InputIterator> | |
void | writeItemsetAndCounter (InputIterator first, InputIterator last, counter_t support) |
see OutputBase::writeItemsetAndCounter() | |
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 () |
Static Public Member Functions | |
static bool DINLINE | isDFO () |
Actually it does nothing ;) Use this class if no output is needed.
Definition at line 16 of file NoOutput.hpp.
|
Reimplemented from OutputBase< FR >. Definition at line 19 of file NoOutput.hpp. |
|
Definition at line 20 of file NoOutput.hpp. |
|
Reimplemented from OutputBase< FR >. Definition at line 22 of file NoOutput.hpp. |
|
Reimplemented from OutputBase< FR >. Definition at line 69 of file NoOutput.hpp. References OutputBase< FR >::popAll(). |
|
Reimplemented from OutputBase< FR >. Definition at line 63 of file NoOutput.hpp. References OutputBase< FR >::popItem(). |
|
Reimplemented from OutputBase< FR >. Definition at line 38 of file NoOutput.hpp. References OutputBase< FR >::pushItem(). |
|
Reimplemented from OutputBase< FR >. Definition at line 56 of file NoOutput.hpp. References OutputBase< FR >::pushItemWithPrevSupport(). |
|
Reimplemented from OutputBase< FR >. Definition at line 50 of file NoOutput.hpp. References OutputBase< FR >::pushItemWithWrite(). |
|
Reimplemented from OutputBase< FR >. Definition at line 44 of file NoOutput.hpp. References OutputBase< FR >::write(). |
|
see OutputBase::writeItemsetAndCounter()
Reimplemented from OutputBase< FR >. Definition at line 29 of file NoOutput.hpp. References OutputBase< FR >::writeItemsetAndCounter(). |