#include <idle_nodelist.h>
Public Member Functions | |
| CIdleNode () | |
| CIdleNode (const long &avg, const int count=1) | |
| CIdleNode (const long &avg, CCDGNode *_left, CCDGNode *_right, const int count=1) | |
| CIdleNode (CGuestDir *guest_id_1, CGuestDir *guest_id_2, CGuestDir *parent_guest) | |
| const long & | ret_value () const |
| void | change_value (const long &val) |
| CCDGNode * | ret_left () |
| CCDGNode * | ret_right () |
| int | Get_Count () |
| int | Get_Weighted_Value () |
Private Attributes | |
| long | idleTime_avg |
| CCDGNode * | left |
| CCDGNode * | right |
| int | Count |
Friends | |
| class | CIdleNodeList |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6