|
CBMC
|
Inheritance diagram for mz_zip_archive_statet:
Collaboration diagram for mz_zip_archive_statet:Public Member Functions | |
| mz_zip_archive_statet (const std::string &filename) | |
| mz_zip_archive_statet (const void *data, size_t size) | |
| mz_zip_archive_statet (const mz_zip_archive_statet &)=delete | |
| mz_zip_archive_statet (mz_zip_archive_statet &&)=delete | |
| mz_zip_archive_statet & | operator= (const mz_zip_archive_statet &)=delete |
| mz_zip_archive_statet & | operator= (mz_zip_archive_statet &&)=delete |
| ~mz_zip_archive_statet () | |
Additional Inherited Members | |
Public Attributes inherited from mz_zip_archive | |
| mz_uint64 | m_archive_size |
| mz_uint64 | m_central_directory_file_ofs |
| mz_uint32 | m_total_files |
| mz_zip_mode | m_zip_mode |
| mz_zip_type | m_zip_type |
| mz_zip_error | m_last_error |
| mz_uint64 | m_file_offset_alignment |
| mz_alloc_func | m_pAlloc |
| mz_free_func | m_pFree |
| mz_realloc_func | m_pRealloc |
| void * | m_pAlloc_opaque |
| mz_file_read_func | m_pRead |
| mz_file_write_func | m_pWrite |
| void * | m_pIO_opaque |
| mz_zip_internal_state * | m_pState |
Definition at line 18 of file mz_zip_archive.cpp.
|
inlineexplicit |
Definition at line 21 of file mz_zip_archive.cpp.
|
inline |
Definition at line 28 of file mz_zip_archive.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 39 of file mz_zip_archive.cpp.
|
delete |
|
delete |