#include <DataChunk.h>
Public Member Functions | |
| DataChunkTableOfContents (void) | |
| ~DataChunkTableOfContents () | |
| UnsignedInt | getID (const AsciiString &name) |
| AsciiString | getName (UnsignedInt id) |
| UnsignedInt | allocateID (const AsciiString &name) |
| Bool | isOpenedForRead (void) |
| void | write (OutputStream &out) |
| void | read (ChunkInputStream &in) |
Definition at line 90 of file DataChunk.h.
| DataChunkTableOfContents::DataChunkTableOfContents | ( | void | ) |
Definition at line 424 of file DataChunk.cpp.
| DataChunkTableOfContents::~DataChunkTableOfContents | ( | ) |
Definition at line 432 of file DataChunk.cpp.
| UnsignedInt DataChunkTableOfContents::allocateID | ( | const AsciiString & | name | ) |
Definition at line 482 of file DataChunk.cpp.
| UnsignedInt DataChunkTableOfContents::getID | ( | const AsciiString & | name | ) |
Definition at line 457 of file DataChunk.cpp.
| AsciiString DataChunkTableOfContents::getName | ( | UnsignedInt | id | ) |
Definition at line 469 of file DataChunk.cpp.
|
inline |
Definition at line 107 of file DataChunk.h.
| void DataChunkTableOfContents::read | ( | ChunkInputStream & | in | ) |
Definition at line 531 of file DataChunk.cpp.
| void DataChunkTableOfContents::write | ( | OutputStream & | out | ) |
Definition at line 507 of file DataChunk.cpp.