#include "types.hpp"
#include <string>
#include <map>
#include <memory>
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Typedefs | |
typedef Image::AutoPtr(* | NewInstanceFct )(const std::string &path, bool create) |
Type for function pointer that creates new Image instances. | |
typedef bool(* | IsThisTypeFct )(FILE *ifp, bool advance) |
Type for function pointer that checks image types. |
Brad Schick (brad) brad@robotbattle.com