1 #ifndef __AIRTSP_BOM_ORIGINDESTINATIONSET_HPP 2 #define __AIRTSP_BOM_ORIGINDESTINATIONSET_HPP 11 #include <stdair/bom/BomAbstract.hpp> 18 namespace serialization {
25 template <
typename BOM>
class FacBom;
49 friend class stdair::FacBomManager;
50 friend class boost::serialization::access;
73 return _key.getOffPoint();
113 std::string toString()
const;
119 return _key.toString();
128 template<
class Archive>
129 void serialize (Archive& ar,
const unsigned int iFileVersion);
136 void serialisationImplementationExport()
const;
137 void serialisationImplementationImport();
182 #endif // __AIRTSP_BOM_ORIGINDESTINATIONSET_HPP void toStream(std::ostream &ioOut) const
const Key_T & getKey() const
Class representing a simple sub-network.
stdair::HolderMap_T _holderMap
void fromStream(std::istream &ioIn)
const stdair::HolderMap_T & getHolderMap() const
stdair::BomAbstract * _parent
const stdair::AirportCode_T & getDestination() const
stdair::BomAbstract *const getParent() const
const std::string describeKey() const
OriginDestinationSetKey Key_T
Structure representing the key of a sub-network.