| 
    bit7z 4.0.9
    
   A C++ library for interfacing with the 7-zip shared libs. 
   | 
 
This is the complete list of members for BitException, including all inherited members.
| BitException(const char *message, std::error_code code, FailedFiles &&files={}) | BitException | explicit | 
| BitException(const char *message, std::error_code code, tstring &&file) | BitException | |
| BitException(const char *message, std::error_code code, const tstring &file) | BitException | |
| BitException(const std::string &message, std::error_code code) | BitException | explicit | 
| failedFiles() const noexcept -> const FailedFiles & | BitException | |
| hresultCode() const noexcept -> HRESULT | BitException | |
| nativeCode() const noexcept -> native_code_type | BitException | |
| posixCode() const noexcept -> int | BitException |