Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Based_Pointer_Repository Class Reference

Maps pointers to the base address of the region to which each pointer belongs. More...

#include <Based_Pointer_Repository.h>

Collaboration diagram for ACE_Based_Pointer_Repository:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Based_Pointer_Repository (void)
 ~ACE_Based_Pointer_Repository (void)
int find (void *addr, void *&base_addr)
int bind (void *addr, size_t size)
 Bind a new entry to the repository or update the size of an existing entry. Returns 0 on success and -1 on failure.

int unbind (void *addr)
 Unbind from the repository the <base_addr> that is contained within.


Private Attributes

ACE_Based_Pointer_Repository_Reprep_
 Use the "Cheshire-Cat" technique to hide the implementation in order to avoid circular include dependencies.


Detailed Description

Maps pointers to the base address of the region to which each pointer belongs.


Constructor & Destructor Documentation

ACE_Based_Pointer_Repository::ACE_Based_Pointer_Repository ( void )
 

ACE_Based_Pointer_Repository::~ACE_Based_Pointer_Repository ( void )
 


Member Function Documentation

int ACE_Based_Pointer_Repository::bind ( void * addr,
size_t size )
 

Bind a new entry to the repository or update the size of an existing entry. Returns 0 on success and -1 on failure.

int ACE_Based_Pointer_Repository::find ( void * addr,
void *& base_addr )
 

Return the appropriate <base_addr> region that contains . Returns 1 on success and 0 if the isn't contained in any <base_addr> region.

int ACE_Based_Pointer_Repository::unbind ( void * addr )
 

Unbind from the repository the <base_addr> that is contained within.


Member Data Documentation

ACE_Based_Pointer_Repository_Rep * ACE_Based_Pointer_Repository::rep_ [private]
 

Use the "Cheshire-Cat" technique to hide the implementation in order to avoid circular include dependencies.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:01:04 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000