1 #ifndef __AIRTSP_BOM_REACHABLEUNIVERSE_HPP 2 #define __AIRTSP_BOM_REACHABLEUNIVERSE_HPP 11 #include <stdair/bom/BomAbstract.hpp> 19 namespace serialization {
26 template <
typename BOM>
class FacBom;
46 friend class stdair::FacBomManager;
48 friend class boost::serialization::access;
71 return _key.getBoardingPoint();
92 return _segmentPathPeriodListList;
118 std::string toString()
const;
124 return _key.toString();
133 template<
class Archive>
134 void serialize (Archive& ar,
const unsigned int iFileVersion);
141 void serialisationImplementationExport()
const;
142 void serialisationImplementationImport();
195 #endif // __AIRTSP_BOM_REACHABLEUNIVERSE_HPP const SegmentPathPeriodListList_T & getSegmentPathPeriodListList() const
Class representing the root of the schedule-related BOM tree.
std::vector< SegmentPathPeriodLightList_T > SegmentPathPeriodListList_T
const stdair::HolderMap_T & getHolderMap() const
stdair::HolderMap_T _holderMap
void toStream(std::ostream &ioOut) const
stdair::BomAbstract * _parent
ReachableUniverseKey Key_T
Class handling the generation / instantiation of the network BOM.
Structure representing the key of the schedule-related BOM tree root.
const stdair::AirportCode_T & getOrigin() const
stdair::BomAbstract *const getParent() const
void fromStream(std::istream &ioIn)
const std::string describeKey() const
const Key_T & getKey() const
SegmentPathPeriodListList_T _segmentPathPeriodListList