#include <mrprjContent.h>
Public Member Functions | |
Predecessor (const string &pEntryId, const string &pPredecessorTaskId, const string &pType) | |
constructor for class Predecessor | |
~Predecessor () | |
destructor for class Predecessor | |
const string & | getEntryId () const |
returns the id of the predecessor-tag itself | |
const string & | getPredecessorTaskId () const |
returns the id of the denoted task being a predecessor | |
const string & | getType () const |
returns the type of the predecessor-tag itself |
instances of the class Predecessor have the task to hold and change the content of those entries of the mrProject-Xml-File, by which the predecessors of the project-task are determined
Definition at line 973 of file mrprjContent.h.
|
constructor for class Predecessor The predecessor tag of the mr-prjoject-xml-file denotes a task which is a predecessor of that task containoing by the predecessor tag as sub-tag
Definition at line 540 of file mrprjContent.cc. |
|
destructor for class Predecessor class-destructor which gets no parameters and returns nothing Definition at line 557 of file mrprjContent.cc. |