#include <string>
#include <iosfwd>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::Error |
Very simple error class used for exceptions. It contains just an error message. An output operator is provided to print errors to a stream. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Error &error) |
Error output operator |