1 #ifndef __STDAIR_BOM_AIRLINECLASSLISTKEY_HPP
2 #define __STDAIR_BOM_AIRLINECLASSLISTKEY_HPP
15 namespace serialization {
57 return _airlineCodeList;
62 return _classCodeList;
73 void toStream (std::ostream& ioOut)
const;
99 template<
class Archive>
100 void serialize (Archive& ar,
const unsigned int iFileVersion);
107 void serialisationImplementationExport()
const;
108 void serialisationImplementationImport();
125 #endif // __STDAIR_BOM_AIRLINECLASSLISTKEY_HPP
const ClassList_StringList_T & getClassCodeList() const
friend class boost::serialization::access
std::vector< ClassList_String_T > ClassList_StringList_T
Handle on the StdAir library context.
const std::string toString() const
void fromStream(std::istream &ioIn)
Base class for the keys of Business Object Model (BOM) layer.
std::vector< AirlineCode_T > AirlineCodeList_T
const AirlineCodeList_T & getAirlineCodeList() const
void toStream(std::ostream &ioOut) const
void serialize(Archive &ar, const unsigned int iFileVersion)