#include <pkzip.h>
Public Member Functions | |
bool | operator== (const zip_magic &other) const |
bool | operator!= (const zip_magic &other) const |
Data Fields | |
char | m_value [4] |
Definition at line 29 of file pkzip.h.
bool zip_magic::operator!= | ( | const zip_magic & | other | ) | const [inline] |
bool zip_magic::operator== | ( | const zip_magic & | other | ) | const [inline] |
char zip_magic::m_value[4] |
Definition at line 41 of file pkzip.h.
Referenced by istream_read_zip_magic(), operator==(), and pkzip_find_disk_trailer().