DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
SerializerBase.cpp
Go to the documentation of this file.
1/// @file SerializerBase.cpp
2/// @brief Out-of-line definition of the virtual destructor of @ref DNDS::SerializerBase "SerializerBase";
3/// separated so the vtable has a single translation-unit home.
4
5#include "SerializerBase.hpp"
6
7namespace DNDS::Serializer
8{
10}
Base types and abstract interface for array serialization.