Loading...
Searching...
No Matches
archive.hpp File Reference
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/xml_oarchive.hpp>
#include <boost/serialization/version.hpp>
#include <fstream>
#include <stdexcept>
#include <string>
Include dependency graph for archive.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  multicontact_api::serialization::Serializable< Derived >
 

Namespaces

namespace  multicontact_api
 
namespace  multicontact_api::serialization
 

Macros

#define MULTICONTACT_API_DEFINE_CLASS_TEMPLATE_VERSION(Template, Type)
 

Variables

const unsigned int API_VERSION
 

Macro Definition Documentation

◆ MULTICONTACT_API_DEFINE_CLASS_TEMPLATE_VERSION

#define MULTICONTACT_API_DEFINE_CLASS_TEMPLATE_VERSION (   Template,
  Type 
)
Value:
namespace boost { \
namespace serialization { \
template <Template> \
struct version<Type> { \
static constexpr unsigned int value = API_VERSION; \
}; \
template <Template> \
constexpr unsigned int version<Type>::value; \
} \
}
Definition aligned-vector.hpp:11
const unsigned int API_VERSION
Definition archive.hpp:18

Variable Documentation

◆ API_VERSION

const unsigned int API_VERSION
Initial value:
=
2