#include <RCF/Exception.hpp>
#include <RCF/Export.hpp>
#include <RCF/MemStream.hpp>
#include <RCF/TypeTraits.hpp>
#include <SF/Archive.hpp>
#include <SF/I_Stream.hpp>
#include <SF/SerializeFundamental.hpp>
#include <SF/SfNew.hpp>
#include <RCF/Tools.hpp>
#include <SF/Registry.hpp>
#include <SF/SerializePolymorphic.hpp>
#include <SF/Stream.hpp>
Go to the source code of this file.
Macros | |
#define | SF_SERIALIZE_ENUM_CLASS(EnumType, BaseType) |
Instructs RCF to serialize enum class EnumType, as a BaseType object. More... | |
#define SF_SERIALIZE_ENUM_CLASS | ( | EnumType, | |
BaseType | |||
) |
Instructs RCF to serialize enum class EnumType, as a BaseType object.