struct ZipContainer::ZipErrorT

Overview

Wrapper for zip_error_t. Automatically initializes and cleans up struct. More…

struct ZipErrorT: public zip_error_t {
    // construction

    ZipErrorT();
    ZipErrorT(int ze);
};

Detailed Documentation

Wrapper for zip_error_t. Automatically initializes and cleans up struct.

Construction

ZipErrorT()

Constructor. Sets up zip_error_t.

ZipErrorT(int ze)

Constructor. Initializes zip_error_t with error code ze.

Parameters:

ze

Error Code