1 #ifndef __AIRTSP_BOM_REACHABLEUNIVERSEKEY_HPP 2 #define __AIRTSP_BOM_REACHABLEUNIVERSEKEY_HPP 11 #include <stdair/stdair_basic_types.hpp> 12 #include <stdair/bom/KeyAbstract.hpp> 16 namespace serialization {
34 friend class boost::serialization::access;
78 void toStream (std::ostream& ioOut)
const;
85 void fromStream (std::istream& ioIn);
96 const std::string toString()
const;
104 template<
class Archive>
105 void serialize (Archive& ar,
const unsigned int iFileVersion);
112 void serialisationImplementationExport()
const;
113 void serialisationImplementationImport();
122 stdair::AirportCode_T _origin;
127 #endif // __AIRTSP_BOM_REACHABLEUNIVERSEKEY_HPP const stdair::AirportCode_T & getBoardingPoint() const
Structure representing the key of the schedule-related BOM tree root.