1#ifndef __AIRTSP_BOM_ORIGINDESTINATIONSETKEY_HPP
2#define __AIRTSP_BOM_ORIGINDESTINATIONSETKEY_HPP
11#include <stdair/stdair_basic_types.hpp>
12#include <stdair/bom/KeyAbstract.hpp>
16 namespace serialization {
74 void toStream (std::ostream& ioOut)
const;
100 template<
class Archive>
101 void serialize (Archive& ar,
const unsigned int iFileVersion);
108 void serialisationImplementationExport()
const;
109 void serialisationImplementationImport();
117 stdair::AirportCode_T _destination;
Structure representing the key of a sub-network.
const stdair::AirportCode_T & getOffPoint() const
void fromStream(std::istream &ioIn)
void serialize(Archive &ar, const unsigned int iFileVersion)
const std::string toString() const
~OriginDestinationSetKey()
friend class boost::serialization::access
void toStream(std::ostream &ioOut) const