Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "blob.hh"
#include "utils.hh"
#include "strings.hh"
#include "internal.hh"
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <zlib.h>
Go to the source code of this file.
Classes | |
class | Ase::BlobImpl |
struct | Ase::NoDelete |
class | Ase::StringBlob |
class | Ase::ByteBlob< Deleter > |
struct | Ase::LocalResourceEntry |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
Macros | |
#define | BDEBUG(...) |
Functions | |
void | Ase::zintern_free (uint8 *dc_data) |
Free data returned from zintern_decompress(). | |
uint8 * | Ase::zintern_decompress (unsigned int decompressed_size, const unsigned char *cdata, unsigned int cdata_size) |