#include <boost/serialization/access.hpp>
#include <boost/serialization/export.hpp>
#include <boost/serialization/level.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
◆ UG_EMPTY_BASE_CLASS_SERIALIZATION
| #define UG_EMPTY_BASE_CLASS_SERIALIZATION |
( |
|
clsDerived, |
|
|
|
clsBase |
|
) |
| |
Value: boost::serialization::void_cast_register<clsDerived, clsBase>(\
static_cast<clsDerived *>(NULL), static_cast<clsBase *>(NULL));