vips-cpp
8.11
libvips C++ binding
|
VError Class Reference
#include <VError8.h>
Inheritance diagram for VError:
Collaboration diagram for VError:
Public Member Functions | |
VError (const std::string &what) | |
VError () | |
virtual const char * | what () const throw () |
void | ostream_print (std::ostream &) const |
Detailed Description
The libvips error class. It holds a single string containing an internationalized error message in utf-8 encoding.
Constructor & Destructor Documentation
◆ VError() [1/2]
|
inline |
Construct a VError, setting the error message.
◆ VError() [2/2]
|
inline |
Construct a VError, fetching the error message from the libvips error buffer.
Member Function Documentation
◆ ostream_print()
void VError::ostream_print | ( | std::ostream & | file | ) | const |
Print the error message to a stream.
◆ what()
|
inlinevirtual |
Get a reference to the underlying C string.
The documentation for this class was generated from the following files:
- include/vips/VError8.h
- VError.cpp
Generated by 1.9.1