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 AirlineCodeList_T & getAirlineCodeList() const
friend class boost::serialization::access
const std::string toString() const
std::vector< AirlineCode_T > AirlineCodeList_T
Handle on the StdAir library context.
void serialize(Archive &ar, const unsigned int iFileVersion)
const ClassList_StringList_T & getClassCodeList() const
Base class for the keys of Business Object Model (BOM) layer.
void fromStream(std::istream &ioIn)
std::vector< ClassList_String_T > ClassList_StringList_T
void toStream(std::ostream &ioOut) const