Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
/export2/deucetmp/bala/release_try/ACE_wrappers/ace/Timer_Heap_T.cpp File Reference
#include "ace/Timer_Heap_T.h"
#include "ace/Log_Msg.h"
#include "ace/Guard_T.h"
#include "ace/OS_NS_string.h"
Include dependency graph for Timer_Heap_T.cpp:
This graph shows which files directly or indirectly include this file:
Define Documentation
#define ACE_HEAP_LCHILD |
( |
X |
|
) |
(((X)+(X))+1)
|
|
#define ACE_HEAP_PARENT |
( |
X |
|
) |
(X == 0 ? 0 : (((X) - 1) / 2))
|
|
Function Documentation
const char* get_rcsid_ace_Timer_Heap_T |
( |
const char * |
|
) |
[inline, static] |
|
Variable Documentation
const char* rcsid_ace_Timer_Heap_T = get_rcsid_ace_Timer_Heap_T ( rcsid_ace_Timer_Heap_T ) [static]
|
|
Generated on Wed Jan 14 22:37:06 2004 for ACE by
1.2.18