Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Member Functions | |
Error | close () |
Error | remove_opened () |
Error | open_for_writing (const String &filename) |
Error | store_file_data (const String &filename, const String &buffer, bool compress, int64_t epoch_seconds) |
Error | store_file (const String &filename, const String &ondiskpath, bool maycompress) |
Public Attributes | |
void * | writer |
String | zipname |
int | flags |
Definition at line 198 of file storage.cc.
Ase::StorageWriter::Impl::~Impl | ( | ) |
Definition at line 203 of file storage.cc.
Error Ase::StorageWriter::Impl::close | ( | ) |
Definition at line 210 of file storage.cc.
Definition at line 234 of file storage.cc.
Error Ase::StorageWriter::Impl::remove_opened | ( | ) |
Definition at line 223 of file storage.cc.
Error Ase::StorageWriter::Impl::store_file | ( | const String & | filename, |
const String & | ondiskpath, | ||
bool | maycompress | ||
) |
Definition at line 288 of file storage.cc.
Error Ase::StorageWriter::Impl::store_file_data | ( | const String & | filename, |
const String & | buffer, | ||
bool | compress, | ||
int64_t | epoch_seconds | ||
) |
Definition at line 257 of file storage.cc.
int Ase::StorageWriter::Impl::flags |
Definition at line 202 of file storage.cc.
void* Ase::StorageWriter::Impl::writer |
Definition at line 200 of file storage.cc.
String Ase::StorageWriter::Impl::zipname |
Definition at line 201 of file storage.cc.