41 #ifndef _timeddagworkunitkey_cpp
42 #define _timeddagworkunitkey_cpp
55 : Unit(0), Dependers(0),
Time(0)
59 : Unit(WorkUnit_), Dependers(Dependers_),
Time(Time_)
Whole Time
Some representation of the time the target workunit takes to execute.
Whole Dependers
This stores how many things must run after the target workunit.
Stores data about a single work unit so that it can easily be sorted.
Interface of a WorkUnit. This represents on piece of work through time.
virtual bool operator<(const WorkUnitKey &rhs) const
The function that does the comparison in most containers.
virtual ~WorkUnitKey()
Destructor.
iWorkUnit * Unit
The WorkUnit this carries metadata for.
This file defines the metadata used to sort workunits.
WorkUnitKey()
Default Constructor.
A container for the metrics of time relevant for the timer class.
virtual bool operator==(const WorkUnitKey &rhs) const
Does this key point to the Same work unit as another?
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.