Thrill
0.1
|
#include <cstdint>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | ItemReaderToolsBase< Reader > |
CRTP class to enhance item/memory reader classes with Varint decoding and String decoding. More... | |
class | ItemWriterToolsBase< Writer > |
CRTP class to enhance item/memory writer classes with Varint encoding and String encoding. More... | |
Namespaces | |
thrill | |
thrill::common | |
Contains many common tools and helpers shared by higher layers. See common. | |
Macros | |
#define | THRILL_COMMON_ITEM_SERIALIZATION_TOOLS_HEADER |
#define THRILL_COMMON_ITEM_SERIALIZATION_TOOLS_HEADER |
Definition at line 17 of file item_serialization_tools.hpp.