clockUtils
1.1
|
class for string compression and decompression using Algorithm as template parameter More...
#include <Compression.h>
Public Member Functions | |
ClockError | compress (const std::string &uncompressed, std::string &compressed) const |
compresses the given string and returns result More... | |
ClockError | decompress (const std::string &compressed, std::string &decompressed) const |
decompresses the given string and returns result More... | |
class for string compression and decompression using Algorithm as template parameter
Definition at line 40 of file Compression.h.
|
inline |
compresses the given string and returns result
Definition at line 45 of file Compression.h.
|
inline |
decompresses the given string and returns result
Definition at line 52 of file Compression.h.