|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Classes | |
| class | Impl |
Public Member Functions | |
| StorageWriter (StorageFlags=StorageFlags::NONE) | |
| Error | open_for_writing (const String &filename) |
| Error | open_with_mimetype (const String &filename, const String &mimetype) |
| Error | store_file_data (const String &filename, const String &buffer, bool alwayscompress=false) |
| Error | store_file (const String &filename, const String &ondiskpath, bool maycompress=true) |
| Error | close () |
| Error | remove_opened () |
Additional Inherited Members | |
Public Types inherited from Ase::Storage | |
| enum | StorageFlags { NONE , AUTO_ZSTD } |
Definition at line 19 of file storage.hh.
|
explicit |
Definition at line 302 of file storage.cc.
|
virtual |
Definition at line 308 of file storage.cc.
| Error Ase::StorageWriter::close | ( | ) |
Definition at line 356 of file storage.cc.
Definition at line 312 of file storage.cc.
Definition at line 319 of file storage.cc.
| Error Ase::StorageWriter::remove_opened | ( | ) |
Definition at line 363 of file storage.cc.
| Error Ase::StorageWriter::store_file | ( | const String & | filename, |
| const String & | ondiskpath, | ||
| bool | maycompress = true |
||
| ) |
Definition at line 349 of file storage.cc.
| Error Ase::StorageWriter::store_file_data | ( | const String & | filename, |
| const String & | buffer, | ||
| bool | alwayscompress = false |
||
| ) |
Definition at line 333 of file storage.cc.