#include <string>
#include <vector>
Include dependency graph for timeblock.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ResourceTimeBlock |
class | TaskTimeBlock |
class | TimeBlock |
Typedefs | |
typedef vector< TaskTimeBlock > | TaskTimeBlockList |
typedef TaskTimeBlockList::const_iterator | TaskTimeBlockIterator |
typedef vector< ResourceTimeBlock > | ResourceTimeBlockList |
typedef ResourceTimeBlockList::const_iterator | ResourceTimeBlockIterator |
|
Definition at line 84 of file timeblock.h. Referenced by RESOURCE::begin_booked(), RESOURCE::begin_rbooked(), Project::BookResource(), RESOURCE::end_booked(), RESOURCE::end_rbooked(), Reporter::HTMLReport(), RESOURCE::IsAvailable(), Reporter::PrintPeriod(), Reporter::PrintResourcePeriod(), Project::ResourceIsUsedForTask(), Project::ReverseBookResource(), RESOURCE::reverseIsAvailable(), and Reporter::TexReport(). |
|
Definition at line 83 of file timeblock.h. |
|
Definition at line 69 of file timeblock.h. Referenced by Project::AssignTask(), TASK::begin_rwhen(), TASK::begin_when(), TASK::DayBooked(), EarliestByDependency(), TASK::end_rwhen(), TASK::end_when(), TASK::overlap(), Project::PredictOverruns(), Project::ReverseAssignTask(), Project::ReverseScheduleTasks(), Reporter::TaskGraph(), and UserTaskWorkedDays(). |
|
Definition at line 68 of file timeblock.h. |