Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
Type.cpp File Reference
#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.
 

Detailed Description

This file contains definitions for types recognized by Serialbox.

Definition in file Type.cpp.