Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Classes | |
class | Impl |
Public Member Functions | |
StorageReader (StorageFlags=StorageFlags::NONE) | |
Error | open_for_reading (const String &filename) |
void | search_dir (const String &dirname) |
bool | has_file (const String &filename) |
StringS | list_files () |
String | stringread (const String &filename, ssize_t maxlength=-1) |
Error | close () |
Additional Inherited Members | |
![]() | |
enum | StorageFlags { NONE , AUTO_ZSTD } |
Definition at line 34 of file storage.hh.
|
explicit |
Definition at line 483 of file storage.cc.
|
virtual |
Definition at line 489 of file storage.cc.
Error Ase::StorageReader::close | ( | ) |
Definition at line 507 of file storage.cc.
Definition at line 514 of file storage.cc.
StringS Ase::StorageReader::list_files | ( | ) |
Definition at line 500 of file storage.cc.
Definition at line 493 of file storage.cc.
void Ase::StorageReader::search_dir | ( | const String & | dirname | ) |
Definition at line 532 of file storage.cc.
Definition at line 521 of file storage.cc.