|
PDC
|
Public Member Functions | |
| CheckoutArea (int sz=DFLT_REGISTERS) | |
| CheckoutArea (const CheckoutArea &ca) | |
| ~CheckoutArea () | |
| CheckoutArea & | operator= (const CheckoutArea &ca) |
| Register & | operator[] (int indx) |
| void | advanceTime (int t) |
| int | getSize () |
Protected Attributes | |
| Register * | reg |
| int | size |
Private Member Functions | |
| void | copy (const CheckoutArea &ca) |
Represents a checkout area with multiple registers.
|
inline |
default and one-argument constructor
|
inline |
copy constructor
|
inline |
|
inline |
Advance the simulation of each Register in reg[] by a specified amount of time
| t | non-negative number of units of time to advance the Registers |
|
inlineprivate |
Helper method
| ca | CheckoutArea object to be copied to this CheckoutArea |
|
inline |
|
inline |
assignment operator
|
inline |
|
protected |
Represents all register objects in the simulation
|
protected |
Count of registers available in this simulation
1.8.11