#include "ace/Global_Macros.h"
Include dependency graph for Based_Pointer_T.inl:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ACE_COMPUTE_BASED_POINTER(P) (((char *) (P) - (P)->base_offset_) + (P)->target_) |
#define ACE_COMPUTE_BASED_POINTER | ( | P | ) | (((char *) (P) - (P)->base_offset_) + (P)->target_) |
Definition at line 5 of file Based_Pointer_T.inl.
Referenced by ACE_Based_Pointer_Basic< CONCRETE >::addr(), ACE_Based_Pointer_Basic< CONCRETE >::dump(), ACE_Based_Pointer_Basic< CONCRETE >::operator *(), ACE_Based_Pointer< CONCRETE >::operator->(), ACE_Based_Pointer_Basic< CONCRETE >::operator<(), ACE_Based_Pointer_Basic< CONCRETE >::operator<=(), ACE_Based_Pointer_Basic< CONCRETE >::operator==(), ACE_Based_Pointer_Basic< CONCRETE >::operator>(), ACE_Based_Pointer_Basic< CONCRETE >::operator>=(), and ACE_Based_Pointer_Basic< CONCRETE >::operator[]().