Main Page Modules Namespace List Class Hierarchy Compound List File List Compound Members File Members Related Pages
pointerValue Class Reference
Pointer value class.
More...
#include <pointervalue.h>
List of all members.
Detailed Description
Pointer value class.
This class holds a temporary pointer value, which consists of a set of target memory blocks, and a boolean that indicates whether it's an "address-of" pointer. We need this because expressions such as "&y" don't have storage associated with them.
Constructor & Destructor Documentation
pointerValue::pointerValue |
( |
|
) |
|
|
pointerValue::pointerValue |
( |
memoryBlock * |
mb, |
|
|
bool |
is_address = false |
|
) |
|
|
|
Single memory block constructor.
|
Member Function Documentation
void pointerValue::copy_pointers_from |
( |
const pointerValue & |
other |
) |
[inline] |
|
void pointerValue::initialize_pointers |
( |
|
) |
[inline] |
|
Member Data Documentation
bool pointerValue::is_address
|
|
The documentation for this class was generated from the following files:
Generated on Thu Jan 10 12:06:31 2002 for C-Breeze by
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001