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