#include <Formatter.hpp>
Static Public Member Functions | |
| template<class T> | |
| static void | IntToStringBack (T n, char *buffer, std::streamsize &pos) |
| Convers an integer to string; the characters are placed in a backward manner. | |
| template<class T> | |
| static void | IntToStringFront (T n, char *buffer, std::streamsize &pos) |
| Convers an integer to string; the characters are placed in a forward manner. | |
| static void | SupportToStringBack (counter_t support, char *buffer, std::streamsize &pos) |
| Generates the string representation of a support, i.e it converts the int to string and puts parenthesis around it. | |
| template<typename InputIterator> | |
| static void | ItemsetToStringBack (InputIterator first, InputIterator last, char *buffer, std::streamsize &pos) |
| Convers a sequence of integers to string; the characters are placed in a backward manner. | |
Definition at line 12 of file Formatter.hpp.
|
||||||||||||||||||||
|
Convers an integer to string; the characters are placed in a backward manner.
Definition at line 49 of file Formatter.hpp. Referenced by ItemsetToStringBack(), CacheDecoderBase< FR >::setCodeInverse(), and CacheDFDecoder< FR >::write(). |
|
||||||||||||||||||||
|
Convers an integer to string; the characters are placed in a forward manner.
Definition at line 73 of file Formatter.hpp. Referenced by SimpleBufferedDFDecoder< FR >::pushItem(), and SimpleBufferedDFDecoder< FR >::write(). |
|
||||||||||||||||||||||||
|
Convers a sequence of integers to string; the characters are placed in a backward manner.
Definition at line 120 of file Formatter.hpp. References IntToStringBack(). Referenced by main(), and BufferedNormalOutput< StreamRepr >::writeItemsetAndCounter(). |
|
||||||||||||||||
|
Generates the string representation of a support, i.e it converts the int to string and puts parenthesis around it.
Definition at line 106 of file Formatter.hpp. Referenced by CacheNormalDecoder< FR >::writeItemsetAndCounter(), and BufferedNormalOutput< StreamRepr >::writeItemsetAndCounter(). |
1.4.4