#include <control.h>
Public Types |
|
typedef Tab< DelayedOp > | BaseClass |
Public Member Functions |
|
OpQueue () | |
void | Clear () |
int | QCount () const |
DelayedOp & | Shift () |
void | Push (DelayedOp &op) |
Public Attributes |
|
int | head |
void Clear | ( | ) | [inline] |
int QCount | ( | ) | const [inline] |
{ return BaseClass::Count() - head; }
DelayedOp& Shift | ( | ) | [inline] |
{ return BaseClass::operator[](head++); }