#include <mrprjContent.h>
Collaboration diagram for mrprj::Day:
Public Member Functions | |
Day (krmuo::LoggingUnit &pLoggingUnit, const string &pDate, const string &pType, const string &pId) | |
constructor for class Day | |
~Day () | |
class-destructor | |
const string & | getDate () const |
returns content of mDate | |
const string & | getType () const |
returns content of mType | |
const string & | getId () const |
returns content of mId | |
Day (const Day &co) | |
usable copy-constructor |
instances of the class Day have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a day is defined
Definition at line 552 of file mrprjContent.h.
|
constructor for class Day
Definition at line 440 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry(). |
|
class-destructor class-destructor which gets no parameters and returns nothing Definition at line 460 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry(). |
|
usable copy-constructor
Definition at line 466 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry(). |