Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
StorageReader::Impl

Public Member Functions

Errorclose ()
boolhas_file (const String &filename)
StringSlist_files ()
Erroropen_for_reading (const String &filename)
Stringstringread (const String &filename)
~Impl ()

Public Attributes

intflags
void *reader
Stringzipname

Constructor & Destructor Documentation

~Impl()

~Impl ( )

Member Function Documentation

close()

Error close ( )

open_for_reading()

Error open_for_reading ( const String & filename)

list_files()

StringS list_files ( )

has_file()

bool has_file ( const String & filename)

stringread()

String stringread ( const String & filename)

Member Data Documentation

reader

void* reader

zipname

String zipname

flags

int flags