AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::archive::FileEntry Struct Referenceabstract

Zip file entry.

#include <AUI/Util/Archive.h>

Public Member Functions#

virtual aui::no_escape< IInputStreamopen (const std::string &password={}) const =0
 Opens the zip entry for read.
 
- Public Member Functions inherited from aui::noncopyable
 noncopyable (const noncopyable &)=delete
 
noncopyableoperator= (const noncopyable &)=delete
 

Signals and public fields#

std::string_view name
 file path inside ZIP.
 

Member Function Documentation#

◆ open()#

virtual aui::no_escape< IInputStream > aui::archive::FileEntry::open ( const std::string & password = {}) const
pure virtual
Parameters
password
Returns