Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ase::StorageWriter::Impl Class Reference

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
 

Detailed Description

Definition at line 198 of file storage.cc.

Constructor & Destructor Documentation

◆ ~Impl()

Ase::StorageWriter::Impl::~Impl ( )

Definition at line 203 of file storage.cc.

Member Function Documentation

◆ close()

Error Ase::StorageWriter::Impl::close ( )

Definition at line 210 of file storage.cc.

◆ open_for_writing()

Error Ase::StorageWriter::Impl::open_for_writing ( const String filename)

Definition at line 234 of file storage.cc.

◆ remove_opened()

Error Ase::StorageWriter::Impl::remove_opened ( )

Definition at line 223 of file storage.cc.

◆ store_file()

Error Ase::StorageWriter::Impl::store_file ( const String filename,
const String ondiskpath,
bool  maycompress 
)

Definition at line 288 of file storage.cc.

◆ store_file_data()

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.

Member Data Documentation

◆ flags

int Ase::StorageWriter::Impl::flags

Definition at line 202 of file storage.cc.

◆ writer

void* Ase::StorageWriter::Impl::writer

Definition at line 200 of file storage.cc.

◆ zipname

String Ase::StorageWriter::Impl::zipname

Definition at line 201 of file storage.cc.


The documentation for this class was generated from the following file: