Class Ase::StorageReader::Impl
ClassList > Ase > StorageReader > Impl
Public Attributes
Type | Name |
---|---|
int | flags = = 0 |
void * | reader = = nullptr |
String | zipname |
Public Functions
Type | Name |
---|---|
Error | close () |
bool | has_file (const String & filename) |
StringS | list_files () |
Error | open_for_reading (const String & filename) |
String | stringread (const String & filename) |
~Impl () |
Public Attributes Documentation
variable flags
int Ase::StorageReader::Impl::flags;
variable reader
void* Ase::StorageReader::Impl::reader;
variable zipname
String Ase::StorageReader::Impl::zipname;
Public Functions Documentation
function close
inline Error Ase::StorageReader::Impl::close ()
function has_file
inline bool Ase::StorageReader::Impl::has_file (
const String & filename
)
function list_files
inline StringS Ase::StorageReader::Impl::list_files ()
function open_for_reading
inline Error Ase::StorageReader::Impl::open_for_reading (
const String & filename
)
function stringread
inline String Ase::StorageReader::Impl::stringread (
const String & filename
)
function ~Impl
inline Ase::StorageReader::Impl::~Impl ()
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/storage.cc