#include <mrprjContent.h>
Collaboration diagram for mrprj::OverriddenDayType:
Public Methods | |
OverriddenDayType (krmuo::LoggingUnit &pLoggingUnit, const string &pId) | |
constructor for class OverriddenDayType | |
~OverriddenDayType () | |
class-destructor | |
OverriddenDayType (const OverriddenDayType &co) | |
usable copy-constructor | |
const string & | getId () const |
returns content of mId | |
Public Attributes | |
list< Interval > | mIntervalList |
instances of the class OverriddenDayType have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a OverriddenDayType is defined
Definition at line 492 of file mrprjContent.h.
|
constructor for class OverriddenDayType
Definition at line 392 of file mrprjContent.cc. References HM. |
|
class-destructor
class-destructor which gets no parameters and returns nothing Definition at line 410 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry(). |
|
usable copy-constructor
for being able to copy whole lists of overridden-day-types Definition at line 422 of file mrprjContent.cc. |