Public Member Functions | |
MemoryBlock () | |
MemoryBlock (unsigned int size, unsigned long *pointer) | |
operator bool () | |
unsigned int | size () |
unsigned long | operator[] (unsigned int i) |
unsigned long * | address () |
Private Attributes | |
unsigned int | words |
boost::shared_array< unsigned long > | buffer |
Definition at line 78 of file utility.h.