22 #ifndef NANDRAD_ProjectInfoH 23 #define NANDRAD_ProjectInfoH 27 #include "NANDRAD_CodeGenMacros.h" 47 if (m_comment != other.m_comment)
return true;
48 if (m_created != other.m_created)
return true;
49 if (m_lastEdited != other.m_lastEdited)
return true;
55 #endif // NANDRAD_ProjectInfoH std::string m_created
Time stamp when the project file was created.
std::string m_lastEdited
Time stamp, when the project was last modified.
NANDRAD_READWRITE std::string m_comment
Comments about the project.
The namespace NANDRAD contains the data model classes that make up the NANDRAD solver input data...
Contains meta-information about the project.