![]() |
Exiv2
|
Internal classes to support CRW/CIFF format. More...
#include "tags_int.hpp"#include "image.hpp"#include <iosfwd>#include <string>#include <vector>#include <stack>Go to the source code of this file.
Classes | |
| class | Exiv2::Internal::CiffComponent |
| Interface class for components of the CIFF directory hierarchy of a CRW (Canon Raw data) image. Both CIFF directories as well as entries implement this interface. This class is implemented as NVI (non-virtual interface). More... | |
| class | Exiv2::Internal::CiffEntry |
| This class models one directory entry of a CIFF directory of a CRW (Canon Raw data) image. More... | |
| class | Exiv2::Internal::CiffDirectory |
| This class models a CIFF directory of a CRW (Canon Raw data) image. More... | |
| class | Exiv2::Internal::CiffHeader |
| This class models the header of a CRW (Canon Raw data) image. It is the head of a CIFF parse tree, consisting of CiffDirectory and CiffEntry objects. Most of its methods will walk the parse tree to perform the requested action. More... | |
| struct | Exiv2::Internal::CrwSubDir |
| Structure for the CIFF directory hierarchy. More... | |
| struct | Exiv2::Internal::CrwMapping |
| Structure for a mapping table for conversion of CIFF entries to image metadata and vice versa. More... | |
| class | Exiv2::Internal::CrwMap |
| Static class providing mapping functionality from CRW entries to image metadata and vice versa. More... | |
Namespaces | |
| namespace | Exiv2 |
| Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace. | |
| namespace | Exiv2::Internal |
| Contains internal objects which are not published and are not part of the libexiv2 API. | |
Enumerations | |
| enum | Exiv2::Internal::DataLocId { valueData , directoryData , lastDataLocId } |
| Type to identify where the data is stored in a directory. | |
Internal classes to support CRW/CIFF format.