#include <pgdatacontainer.h>
Inheritance diagram for PG_DataContainer:

Public Member Functions | |
| PG_DataContainer (Uint32 size) | |
| Constructor. | |
| virtual | ~PG_DataContainer () |
| Destructor. | |
| Uint32 | size () |
| return the number of bytes allocated by the container | |
| char * | data () |
| access to the internal data | |
Definition at line 45 of file pgdatacontainer.h.
|
|
Constructor.
Definition at line 31 of file pgdatacontainer.cpp. |
|
|
Destructor. Deletes the object and frees to allocated memory. Definition at line 41 of file pgdatacontainer.cpp. |
|
|
access to the internal data
Definition at line 52 of file pgdatacontainer.cpp. Referenced by PG_RichEdit::LoadText(), and PG_FileArchive::ReadFile(). |
|
|
return the number of bytes allocated by the container
Definition at line 48 of file pgdatacontainer.cpp. Referenced by PG_RichEdit::LoadText(). |
1.4.2