Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
TypeName.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 serialbox
 Namespace of the serialbox library.
 

Macros

#define SERIALBOX_TYPENAMEFUNCTION(type)
 

Functions

template<typename TData >
std::string serialbox::stella::type_name ()
 

Detailed Description

This file contains the type_name class which maps types to strings.

Definition in file TypeName.h.

Macro Definition Documentation

◆ SERIALBOX_TYPENAMEFUNCTION

#define SERIALBOX_TYPENAMEFUNCTION (   type)
Value:
template <> \
inline std::string type_name<type>() { \
return #type; \
}

Definition at line 27 of file TypeName.h.