|
|
Objects stored in the RoundRobinQueue should inherit from this class.
RoundRobinObjBase ()
| RoundRobinObjBase |
int weight ()
| weight |
[const]
void set_weight (int v)
| set_weight |
RoundRobinObjBase* next ()
| next |
[const]
RoundRobinObjBase* prev ()
| prev |
[const]
void set_next (RoundRobinObjBase* next)
| set_next |
void set_prev (RoundRobinObjBase* prev)
| set_prev |
bool scheduled ()
| scheduled |
[const]