10 #ifndef DtPropSettingsRecord_H_
11 #define DtPropSettingsRecord_H_
47 friend class boost::serialization::access;
52 template<
class Archive>
53 void serialize(Archive & ar,
const unsigned int version)
55 ar & BOOST_SERIALIZATION_NVP(myRecords);
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the & operator is defined similar to <<...
Definition: DtPropSettingsRecord.h:53
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
PropRecords myRecords
Definition: DtPropSettingsRecord.h:59
std::vector< DtPropRecord > PropRecords
Definition: DtPropSettingsRecord.h:23
Contains makArchives::DtPropRecord class.
A DtPropSettingsRecord contains the information to restore settings for all scene props...
Definition: DtPropSettingsRecord.h:20
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31