ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
Go to the source code of this file.
Data Structures | |
class | QuaZipPrivate |
All the internal stuff for the QuaZip class. More... | |
Functions | |
template<typename TFileInfo > | |
TFileInfo | QuaZip_getFileInfo (QuaZip *zip, bool *ok) |
template<> | |
QuaZipFileInfo | QuaZip_getFileInfo (QuaZip *zip, bool *ok) |
template<> | |
QuaZipFileInfo64 | QuaZip_getFileInfo (QuaZip *zip, bool *ok) |
template<> | |
QString | QuaZip_getFileInfo (QuaZip *zip, bool *ok) |
TFileInfo QuaZip_getFileInfo | ( | QuaZip * | zip, |
bool * | ok | ||
) |
Definition at line 663 of file quazip.cpp.
References QuaZip::getCurrentFileInfo(), and QuaZip::getCurrentFileName().
QuaZipFileInfo QuaZip_getFileInfo | ( | QuaZip * | zip, |
bool * | ok | ||
) |
Definition at line 663 of file quazip.cpp.
References QuaZip::getCurrentFileInfo().
QuaZipFileInfo64 QuaZip_getFileInfo | ( | QuaZip * | zip, |
bool * | ok | ||
) |
Definition at line 671 of file quazip.cpp.
References QuaZip::getCurrentFileInfo().
QString QuaZip_getFileInfo | ( | QuaZip * | zip, |
bool * | ok | ||
) |
Definition at line 679 of file quazip.cpp.
References QuaZip::getCurrentFileName().