1.01.7
C++ Simulated Airline Travel Solution Provider (TSP) Library
|
|
Go to the documentation of this file. 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;
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 stdair::HolderMap_T & getHolderMap() const
ReachableUniverseKey Key_T
const std::string toString() const
friend class boost::serialization::access
void fromStream(std::istream &ioIn)
void serialize(Archive &ar, const unsigned int iFileVersion)
const SegmentPathPeriodListList_T & getSegmentPathPeriodListList() const
void toStream(std::ostream &ioOut) const
SegmentPathPeriodListList_T _segmentPathPeriodListList
std::string toString() const
const stdair::AirportCode_T & getOrigin() const
stdair::BomAbstract * _parent
const stdair::AirportCode_T & getBoardingPoint() const
const Key_T & getKey() const
Class handling the generation / instantiation of the network BOM.
friend class stdair::FacBomManager
const std::string describeKey() const
Structure representing the key of the schedule-related BOM tree root.
std::vector< SegmentPathPeriodLightList_T > SegmentPathPeriodListList_T
stdair::BomAbstract *const getParent() const
Class representing the root of the schedule-related BOM tree.
stdair::HolderMap_T _holderMap