#include <VoidPointer.h>
Public Member Functions |
|
| VoidPointer (void *ptr=0) | |
| virtual | ~VoidPointer () |
| void | setPointer (void *) |
| void * | getPointer () const |
| void | setPointerFromIntType (size_t) |
| This helps ctypes users; void* there is
returned as int, so we need a constructor/set function that can go
from an int type... |
|
Protected Attributes |
|
| void * | myPointer |
| VoidPointer | ( | void * | ptr = 0 |
) |
| virtual ~VoidPointer | ( | ) | [virtual] |
| void setPointer | ( | void * | ) |
| void* getPointer | ( | ) | const |
| void setPointerFromIntType | ( | size_t | ) |
This helps ctypes users; void* there is returned as int, so we need a constructor/set function that can go from an int type...
void*
myPointer [protected] |