#include <Based_Pointer_Repository.h>
Collaboration diagram for ACE_Based_Pointer_Repository:
Public Methods | |
ACE_Based_Pointer_Repository (void) | |
~ACE_Based_Pointer_Repository (void) | |
int | find (void *addr, void *&base_addr) |
Return the appropriate <base_addr> region that contains <addr>. More... | |
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. More... | |
int | unbind (void *addr) |
Unbind from the repository the <base_addr> that <addr> is contained within. More... | |
Private Attributes | |
ACE_Based_Pointer_Repository_Rep * | rep_ |
Use the "Cheshire-Cat" technique to hide the implementation in order to avoid circular include dependencies. More... |
|
|
|
|
|
Bind a new entry to the repository or update the size of an existing entry. Returns 0 on success and -1 on failure.
|
|
Return the appropriate <base_addr> region that contains <addr>. Returns 1 on success and 0 if the <addr> isn't contained in any <base_addr> region. |
|
Unbind from the repository the <base_addr> that <addr> is contained within.
|
|
Use the "Cheshire-Cat" technique to hide the implementation in order to avoid circular include dependencies.
|