39 const std::string& taskType()
const;
42 void setTaskType(
const std::string& taskType );
45 friend class boost::serialization::access;
47 template<
class Archive>
48 void serialize(Archive & ar,
const unsigned int version)
50 ar & BOOST_SERIALIZATION_NVP(myTaskType);
BOOST_CLASS_VERSION(makArchives::DtDiGuySettingsRecord, 3)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
std::string Utf8String
Typedef'd string used to indicate that a std::string must use utf8.
Definition: UnicodeStringRecord.h:11
Contains DLL export macros.
Utf8String myTaskType
Definition: DtImageTaskRecord.h:54
void serialize(Archive &ar, const unsigned int version)
Definition: DtImageTaskRecord.h:48
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.
Definition: DtNameValueLists.h:21