#include "serialbox/core/FieldID.h"
#include "serialbox/core/Json.h"
#include "serialbox/core/SavepointImpl.h"
#include <iosfwd>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | serialbox::SavepointVector |
The SavepointVector manages the registered savepoints and their mapping to the stored fields. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file provides the SavepointVector which manages the registered savepoints and their mapping to the stored fields.
Definition in file SavepointVector.h.