|
Beatmup
|
#include "../exception.h"#include "input_stream.h"#include <fstream>#include <map>#include <vector>#include <cstdint>Go to the source code of this file.
Classes | |
| class | Beatmup::ChunkCollection |
| A key-value pair set storing pieces of arbitrary data (chunks) under string keys. More... | |
| class | Beatmup::ChunkStream |
| Stream of chunks. More... | |
| struct | Beatmup::ChunkStream::ChunkDesc |
| class | Beatmup::ChunkFile |
| File containing chunks. More... | |
| class | Beatmup::ChunkFileWriter |
| Writes chunks to a file. More... | |
| class | Beatmup::Chunk |
| Simply a piece of binary data of a specific size. More... | |
Namespaces | |
| Beatmup | |
Typedefs | |
| typedef uint32_t | Beatmup::chunksize_t |