#include "serialbox/core/Compiler.h"
#include "serialbox/core/Filesystem.h"
#include "serialbox/core/Json.h"
#include "serialbox/core/archive/Archive.h"
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | serialbox::NetCDFArchive |
Archive based on NetCDF. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file implements the archive based on NetCDF.
Definition in file NetCDFArchive.h.