Thrill
0.1
|
An input archive designed to load data saved using ThrillOutputArchive.
Definition at line 95 of file serialization_cereal.hpp.
Inherits InputArchive< ThrillInputArchive< Reader >, cereal::AllowEmptyClassElision >.
#include <serialization_cereal.hpp>
Public Member Functions | |
ThrillInputArchive (Reader &reader) | |
Construct, loading from the provided thrill reader. More... | |
void | loadBinary (void *const data, std::size_t size) |
Reads size bytes of data from the input thrill reader. More... | |
Private Attributes | |
Reader & | reader_ |
|
inlineexplicit |
Construct, loading from the provided thrill reader.
Definition at line 101 of file serialization_cereal.hpp.
|
inline |
Reads size bytes of data from the input thrill reader.
Definition at line 108 of file serialization_cereal.hpp.
Referenced by thrill::data::serialization_cereal::CEREAL_LOAD_FUNCTION_NAME().
|
private |
Definition at line 113 of file serialization_cereal.hpp.