#include <cassert>
#include <limits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | serialbox::SliceTriple |
Slice per dimension. More... | |
class | serialbox::Slice |
Specification of the slice indices which is used for partial loading of serialized data. More... | |
struct | serialbox::Slice::Empty |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file contains the definition of the Slice which allows partial loading of the serialized data
Definition in file Slice.h.