43 virtual const std::string& publisherType()
const;
46 virtual void setPublisherType(
const std::string& publisherType );
49 virtual const std::string& observerName()
const;
52 virtual void setObserverName(
const std::string& observerName );
55 friend class boost::serialization::access;
57 template<
class Archive>
58 void serialize(Archive & ar,
const unsigned int version)
60 ar & BOOST_SERIALIZATION_NVP(myPublisherType);
61 ar & BOOST_SERIALIZATION_NVP(myObserverName);
BOOST_CLASS_VERSION(makArchives::DtDiGuySettingsRecord, 3)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
std::string Utf8String
Typedef'd string used to indicate that a std::string must use utf8.
Definition: UnicodeStringRecord.h:11
Contains DLL export macros.
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31
Inherit this is you need a list of name/value pairs. Supports a list for each of int, double, string, and bool types.
Definition: DtNameValueLists.h:21