Macros used in serialisation methods. More...
#include <boost/serialization/nvp.hpp>
Go to the source code of this file.
Macros | |
#define | BoostSerialization(NAME) BOOST_SERIALIZATION_NVP(NAME) |
Prettier macro for the Boost serialisation NVP macro. More... | |
#define | BoostSerializationBase(NAME) BOOST_SERIALIZATION_BASE_OBJECT_NVP(NAME) |
Prettier macro for the Boost serialisation base class object NVP macro. More... | |
#define | BoostSerializationClassVersion(TYPE, VERSION) BOOST_CLASS_VERSION(TYPE, VERSION) |
Prettier macro for the Boost serialisation class version macro. More... | |
Macros used in serialisation methods.
#define BoostSerialization | ( | NAME | ) | BOOST_SERIALIZATION_NVP(NAME) |
Prettier macro for the Boost serialisation NVP macro.
#define BoostSerializationBase | ( | NAME | ) | BOOST_SERIALIZATION_BASE_OBJECT_NVP(NAME) |
Prettier macro for the Boost serialisation base class object NVP macro.
#define BoostSerializationClassVersion | ( | TYPE, | |
VERSION | |||
) | BOOST_CLASS_VERSION(TYPE, VERSION) |
Prettier macro for the Boost serialisation class version macro.