OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
Public Member Functions | |
RefBlockController (T *p, size_t size) | |
RefBlockController (size_t size) | |
~RefBlockController () | |
T * | getBlock () |
bool | checkDeref (T *p) |
![]() | |
RefCounted () | |
Public Attributes | |
T * | P |
T * | Pend |
bool | Dealloc |
![]() | |
int | RefCount |
Definition at line 74 of file RefBlock.h.
|
inline |
Definition at line 80 of file RefBlock.h.
|
inline |
Definition at line 84 of file RefBlock.h.
|
inline |
Definition at line 88 of file RefBlock.h.
References RefBlockP< T, BoundsCheck >::RefBlockController::Dealloc, and RefBlockP< T, BoundsCheck >::RefBlockController::P.
|
inline |
Definition at line 97 of file RefBlock.h.
References RefBlockP< T, BoundsCheck >::RefBlockController::P, and RefBlockP< T, BoundsCheck >::RefBlockController::Pend.
|
inline |
Definition at line 93 of file RefBlock.h.
References RefBlockP< T, BoundsCheck >::RefBlockController::P.
bool RefBlockP< T, BoundsCheck >::RefBlockController::Dealloc |
Definition at line 79 of file RefBlock.h.
Referenced by RefBlockP< T, BoundsCheck >::RefBlockController::~RefBlockController().
Definition at line 77 of file RefBlock.h.
Referenced by RefBlockP< T, BoundsCheck >::RefBlockController::checkDeref(), RefBlockP< T, BoundsCheck >::RefBlockController::getBlock(), and RefBlockP< T, BoundsCheck >::RefBlockController::~RefBlockController().
T* RefBlockP< T, BoundsCheck >::RefBlockController::Pend |
Definition at line 78 of file RefBlock.h.
Referenced by RefBlockP< T, BoundsCheck >::RefBlockController::checkDeref().