#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. | |
This file implements the non-portable binary archive.
Definition in file BinaryArchive.cpp.