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 {
31 friend class boost::serialization::access;
74 void toStream (std::ostream& ioOut)
const;
81 void fromStream (std::istream& ioIn);
92 const std::string toString()
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;
121 #endif // __AIRTSP_BOM_ORIGINDESTINATIONSETKEY_HPP
const stdair::AirportCode_T & getOffPoint() const
Structure representing the key of a sub-network.