Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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:

Include dependency graph

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

Included by dependency graph

Defines

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

Functions

const char * get_rcsid_ace_Timer_Heap_T (const char *)

Variables

const char * rcsid_ace_Timer_Heap_T = get_rcsid_ace_Timer_Heap_T ( rcsid_ace_Timer_Heap_T )

Define Documentation

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

#define ACE_HEAP_PARENT  )     (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 Thu Feb 10 20:36:10 2005 for ACE by  doxygen 1.3.9.1