ug4
boost_serialization.h File Reference
#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.

Classes

struct  ug::ArchiveInfo< TArchive >
 Provides custom information for different archives. More...
 

Namespaces

 ug
 the ug namespace
 

Macros

#define UG_EMPTY_BASE_CLASS_SERIALIZATION(clsDerived, clsBase)
 

Enumerations

enum  ug::ArchiveType { ug::AT_DATA , ug::AT_GUI }
 different types of archives More...
 

Macro Definition Documentation

◆ 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));