#include <control.h>
Public Types |
|
| typedef MaxSDK::Array< 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 (int)(BaseClass::length() - head); }
| DelayedOp& Shift | ( | ) | [inline] |
{ return BaseClass::operator[](head++); }