Thrill  0.1
item_serialization_tools.hpp File Reference
#include <cstdint>
#include <stdexcept>
#include <string>
+ Include dependency graph for item_serialization_tools.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ THRILL_COMMON_ITEM_SERIALIZATION_TOOLS_HEADER

#define THRILL_COMMON_ITEM_SERIALIZATION_TOOLS_HEADER

Definition at line 17 of file item_serialization_tools.hpp.