#include "serialbox/core/Type.h"#include "serialbox/core/Exception.h"#include "serialbox/core/Unreachable.h"#include <ostream>Go to the source code of this file.
Namespaces | |
| serialbox | |
| Namespace of the serialbox library. | |
Functions | |
| std::ostream & | serialbox::operator<< (std::ostream &stream, const OpenModeKind &mode) |
| Convert OpenModeKind to stream. | |
| std::ostream & | serialbox::operator<< (std::ostream &stream, const TypeID &t) |
| Convert TypeID to stream. | |
This file contains definitions for types recognized by Serialbox.
Definition in file Type.cpp.