#include "serialbox/core/Exception.h"#include "serialbox/core/Json.h"#include "serialbox/core/MetainfoValueImpl.h"#include "serialbox/core/Type.h"#include <iosfwd>#include <string>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | serialbox::MetainfoMapImpl |
Hash-map of meta-information of the form key = value pair or key = {value1, ..., valueN} More... | |
Namespaces | |
| serialbox | |
| Namespace of the serialbox library. | |
This file implements the meta-information map.
Definition in file MetainfoMapImpl.h.