Alexandria  2.22.0
Please provide a description of the project.
Namespaces | Functions
serialize.h File Reference
#include "XYDataset/QualifiedName.h"
#include <boost/serialization/string.hpp>
#include <boost/serialization/vector.hpp>
#include <string>
#include <vector>
Include dependency graph for serialize.h:

Go to the source code of this file.

Namespaces

 boost
 
 boost::serialization
 

Functions

template<typename Archive >
void boost::serialization::serialize (Archive &, Euclid::XYDataset::QualifiedName &, const unsigned int)
 Serialize/deserialize function. More...
 
template<typename Archive >
void boost::serialization::save_construct_data (Archive &ar, const Euclid::XYDataset::QualifiedName *t, const unsigned int)
 Save the data to be used by the constructor. More...
 
template<typename Archive >
void boost::serialization::load_construct_data (Archive &ar, Euclid::XYDataset::QualifiedName *t, const unsigned int)
 Get constructor data and instantiate the object. More...