Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
BinaryArchive.cpp File Reference
#include "serialbox/core/archive/BinaryArchive.h"
#include "serialbox/core/Logging.h"
#include "serialbox/core/STLExtras.h"
#include "serialbox/core/Version.h"
#include "serialbox/core/hash/HashFactory.h"
#include <boost/algorithm/string.hpp>
#include <fstream>

Go to the source code of this file.

Classes

class  serialbox::BinaryBuffer
 Contiguous buffer with support for sliced loading. More...
 

Namespaces

 serialbox
 Namespace of the serialbox library.
 

Detailed Description

This file implements the non-portable binary archive.

Definition in file BinaryArchive.cpp.