|
Scroom 0.14-49-gb7ae7a6d
|
Typedefs | |
| using | TagInfo = std::pair< ttag_t, std::string > |
Functions | |
| template<typename T > | |
| T | TIFFGetFieldChecked (const TIFFPtr &file, const TagInfo &tag) |
| template<typename T > | |
| T | TIFFGetFieldCheckedOr (const TIFFPtr &file, const TagInfo &tag, T default_value) |
| bool | approx (const BitmapMetaData &left, const BitmapMetaData &right) |
| void | TIFFCloseUnlessNull (TIFF *tif) |
| using anonymous_namespace{tiffsource.cc}::TagInfo = typedef std::pair<ttag_t, std::string> |
| bool anonymous_namespace{tiffsource.cc}::approx | ( | const BitmapMetaData & | left, |
| const BitmapMetaData & | right | ||
| ) |
| void anonymous_namespace{tiffsource.cc}::TIFFCloseUnlessNull | ( | TIFF * | tif | ) |
| T anonymous_namespace{tiffsource.cc}::TIFFGetFieldChecked | ( | const TIFFPtr & | file, |
| const TagInfo & | tag | ||
| ) |