Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "XYDataset/QualifiedName.h"
#include <boost/serialization/string.hpp>
#include <boost/serialization/vector.hpp>
#include <string>
#include <vector>
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... | |