Gromacs  2022.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
iserializer.h File Reference
#include <cstddef>
#include <string>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/real.h"
#include "gromacs/utility/smalloc.h"
+ Include dependency graph for iserializer.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares a generic serialization interface that supports both directions.

Todo:
Generalize and transfer serialization functionality used in mrc density file header serialization to here.
Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::ISerializer
 Interface for types that convert standard data types into a form suitable for storage or transfer. More...