#include <mrprjContent.h>
Collaboration diagram for mrprj::Allocation:
Public Methods | |
Allocation (krmuo::LoggingUnit &pLoggingUnit, const string &pTaskId, const string &pResourceId) | |
constructor for class Allocation | |
~Allocation () | |
class-destructor | |
const string & | getTaskId () const |
returns the id of the task of the task/resource-pair | |
const string & | getResourceId () const |
returns the id of the resource of the task/resource-pair |
instances of the class Allocation have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a task is mapped onto a resource
Definition at line 906 of file mrprjContent.h.
|
constructor for class Allocation
Definition at line 2250 of file mrprjContent.cc. References HM. |
|
class-destructor
class-destructor which gets no parameters and returns nothing Definition at line 2269 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry(). |