Apache Mesos
Public Member Functions | Public Attributes | List of all members
gzip::internal::GzipError Class Reference

#include <gzip.hpp>

Inheritance diagram for gzip::internal::GzipError:
Error

Public Member Functions

 GzipError (const std::string &message, const z_stream_s &stream, int _code)
 
 GzipError (const std::string &message, int _code)
 
 GzipError (const z_stream_s &stream, int _code)
 
 GzipError (int _code)
 
- Public Member Functions inherited from Error
 Error (const std::string &_message)
 
bool operator== (const Error &that) const
 

Public Attributes

const int code
 
- Public Attributes inherited from Error
const std::string message
 

Constructor & Destructor Documentation

gzip::internal::GzipError::GzipError ( const std::string &  message,
const z_stream_s &  stream,
int  _code 
)
inline
gzip::internal::GzipError::GzipError ( const std::string &  message,
int  _code 
)
inline
gzip::internal::GzipError::GzipError ( const z_stream_s &  stream,
int  _code 
)
inline
gzip::internal::GzipError::GzipError ( int  _code)
inline

Member Data Documentation

const int gzip::internal::GzipError::code

The documentation for this class was generated from the following file: