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_errno.h"
#include "ace/OS_NS_string.h"
#include <limits>

Include dependency graph for Timer_Heap_T.cpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ACE_HEAP_PARENT(X)   (X == 0 ? 0 : (((X) - 1) / 2))
#define ACE_HEAP_LCHILD(X)   (((X)+(X))+1)


Define Documentation

#define ACE_HEAP_LCHILD  )     (((X)+(X))+1)
 

Definition at line 38 of file Timer_Heap_T.cpp.

Referenced by ACE_Timer_Heap_T< TYPE, FUNCTOR, ACE_LOCK >::reheap_down(), and ACE_Timer_Heap_T< TYPE, FUNCTOR, ACE_LOCK >::remove().

#define ACE_HEAP_PARENT  )     (X == 0 ? 0 : (((X) - 1) / 2))
 

Definition at line 37 of file Timer_Heap_T.cpp.

Referenced by ACE_Timer_Heap_T< TYPE, FUNCTOR, ACE_LOCK >::insert(), ACE_Timer_Heap_T< TYPE, FUNCTOR, ACE_LOCK >::reheap_up(), and ACE_Timer_Heap_T< TYPE, FUNCTOR, ACE_LOCK >::remove().


Generated on Thu Nov 9 11:14:05 2006 for ACE by doxygen 1.3.6