32 const std::vector<std::string>& autoStartDrivers()
const;
33 void setAutoStartDrivers(
const std::vector<std::string>& );
37 friend class boost::serialization::access;
42 template<
class Archive>
43 void serialize(Archive & ar,
const unsigned int version)
45 ar & BOOST_SERIALIZATION_NVP(myAutoStartDrivers);
Record of which drivers to start automatically when the application starts.
Definition: DtAutoDriversRecord.h:24
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the & operator is defined similar to <<...
Definition: DtAutoDriversRecord.h:43
std::vector< std::string > myAutoStartDrivers
Definition: DtAutoDriversRecord.h:50
Contains DLL export macros.
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31