1 #ifndef __STDAIR_BOM_INVENTORYKEY_HPP 2 #define __STDAIR_BOM_INVENTORYKEY_HPP 16 namespace serialization {
70 void toStream (std::ostream& ioOut)
const;
96 template<
class Archive>
97 void serialize (Archive& ar,
const unsigned int iFileVersion);
104 void serialisationImplementationExport()
const;
105 void serialisationImplementationImport();
117 #endif // __STDAIR_BOM_INVENTORYKEY_HPP void toStream(std::ostream &ioOut) const
Base class for the keys of Business Object Model (BOM) layer.
void fromStream(std::istream &ioIn)
std::string AirlineCode_T
const AirlineCode_T & getAirlineCode() const
Key of a given inventory, made of the airline code.
const std::string toString() const
Handle on the StdAir library context.
friend class boost::serialization::access
void serialize(Archive &ar, const unsigned int iFileVersion)