Alexandria 2.31.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 | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<typename Archive > | |
void | boost::serialization::serialize (Archive &, Euclid::XYDataset::QualifiedName &, const unsigned int) |
Serialize/deserialize function. | |
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. | |
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. | |