Hold data memory block and symbol informations. More...
#include <memory.h>
Public Member Functions | |
Data () | |
void | WriteMem (unsigned char *, unsigned int offset, unsigned int size) |
Hold data memory block and symbol informations.
Data class is a derived class from Memory, at the moment it's only used for hold symbols informations about data. NO memory space is allocated! myMemory will be initialized to NULL!
Definition at line 95 of file memory.h.
void Data::WriteMem | ( | unsigned char * | , | |
unsigned int | offset, | |||
unsigned int | size | |||
) | [inline, virtual] |