Wrapper for zip_error_t. Automatically initializes and cleans up struct. More…
struct ZipErrorT: public zip_error_t { // construction ZipErrorT(); ZipErrorT(int ze); };
Wrapper for zip_error_t. Automatically initializes and cleans up struct.
ZipErrorT()
Constructor. Sets up zip_error_t.
ZipErrorT(int ze)
Constructor. Initializes zip_error_t with error code ze.
Parameters:
ze
Error Code