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;
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
Class representing a simple sub-network.
stdair::HolderMap_T _holderMap
const std::string toString() const
void fromStream(std::istream &ioIn)
std::string toString() const
const stdair::AirportCode_T & getOffPoint() const
stdair::BomAbstract * _parent
const std::string describeKey() const
const stdair::HolderMap_T & getHolderMap() const
friend class stdair::FacBomManager
friend class boost::serialization::access
void serialize(Archive &ar, const unsigned int iFileVersion)
const stdair::AirportCode_T & getDestination() const
const Key_T & getKey() const
stdair::BomAbstract *const getParent() const
OriginDestinationSetKey Key_T
void toStream(std::ostream &ioOut) const
Structure representing the key of a sub-network.