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