Classes | |
class | FileStreamWriter |
class | StorageWriter::Impl |
class | StorageReader::Impl |
class | StreamReaderFile |
class | StreamReaderZipMember |
Namespaces | |
namespace | Ase |
Macros | |
#define | return_with_errno(ERRNO, RETVAL) |
#define | SDEBUG(...) |
Functions | |
void | anklang_cachedir_clean_stale () |
void | anklang_cachedir_cleanup (const String &cachedir) |
String | anklang_cachedir_create () |
StreamReaderP | stream_reader_from_file (const String &file) |
StreamReaderP | stream_reader_zip_member (const String &archive, const String &member, Storage::StorageFlags f) |
StreamWriterP | stream_writer_create_file (const String &filename, int mode) |
#define SDEBUG | ( | ... | ) |
#define return_with_errno | ( | ERRNO, | |
RETVAL | |||
) |