8 #include <boost/archive/tmpdir.hpp>
9 #include <boost/archive/text_iarchive.hpp>
10 #include <boost/archive/text_oarchive.hpp>
11 #include <boost/serialization/base_object.hpp>
12 #include <boost/serialization/utility.hpp>
13 #include <boost/serialization/list.hpp>
37 std::ostringstream oStr;
38 boost::archive::text_oarchive oa (oStr);
46 std::istringstream iStr;
47 boost::archive::text_iarchive ia (iStr);
Handle on the StdAir library context.
static void restore(const std::string &iArchive, Inventory &)
Class representing the actual attributes for an airline inventory.
Class representing the actual attributes for the Bom root.
Class representing the actual attributes for an airline flight-date.
static void archive(const BomRoot &)