Public Member Functions | |
| Block (unsigned int size, Block *prev) | |
| Block (unsigned int size, const unsigned char *buffer, Block *prev) | |
| void | MakeWritable () |
Public Attributes | |
| Block * | m_psPrev |
| Block * | m_psNext |
| unsigned int | m_iSize |
| unsigned char * | m_pData |
| bool | m_bReadOnly |
| SkyGI::MemoryFile::Private::Block::Block | ( | unsigned int | size, | |
| Block * | prev | |||
| ) | [inline] |
| SkyGI::MemoryFile::Private::Block::Block | ( | unsigned int | size, | |
| const unsigned char * | buffer, | |||
| Block * | prev | |||
| ) | [inline] |
| void SkyGI::MemoryFile::Private::Block::MakeWritable | ( | ) | [inline] |
| unsigned int SkyGI::MemoryFile::Private::Block::m_iSize |
| unsigned char* SkyGI::MemoryFile::Private::Block::m_pData |
1.5.1-p1