MCPcopy Create free account

hub / github.com/Exiv2/exiv2 / types & classes

Types & classes773 in github.com/Exiv2/exiv2

↓ 113 callersClassExifKey
include/exiv2/tags.hpp:18
↓ 39 callersClassXmpKey
class declarations
include/exiv2/properties.hpp:19
↓ 13 callersClassExecuter
Execute a command in the shell, return a `Executer` object. - If a binary of Exiv2 is executed, the absolute path is automatically added.
tests/bash_tests/utils.py:428
↓ 8 callersClassIterNode
xmpsdk/src/XMPIterator.hpp:18
↓ 7 callersClassXPathStepInfo
xmpsdk/src/XMPCore_Impl.hpp:44
↓ 5 callersClassGUIDTag
@class GUID_struct * * @brief A class to represent a globally unique identifier (GUID) structure * * This class represents a globally uniq
include/exiv2/asfvideo.hpp:67
↓ 4 callersClassConverter
Metadata conversions.
src/convert.cpp:68
↓ 4 callersClassFindExifdatum
Todo: Move this class to metadatum_int.hpp or tags_int.hpp Unary predicate that matches an Exifdatum with a given IfdId.
src/tiffimage_int.hpp:340
↓ 4 callersClassFindIptcdatum
Unary predicate that matches an Iptcdatum with given record and dataset
src/iptc.cpp:32
↓ 4 callersClassmimeType
src/tiffimage.cpp:47
↓ 3 callersClassstat
src/basicio.cpp:174
↓ 2 callersClassAdjust
%Adjust the Exif (or other metadata) timestamps
app/actions.hpp:185
↓ 2 callersClassExifdatum
src/tifffwd_int.hpp:17
↓ 2 callersClassFindExifdatumByKey
Unary predicate that matches a Exifdatum with a given key
src/exif.cpp:36
↓ 2 callersClassFindXmpdatum
Unary predicate that matches an Xmpdatum by key
src/xmp.cpp:187
↓ 2 callersClassIterInfo
xmpsdk/src/XMPIterator.hpp:61
↓ 2 callersClassPreviewImage
app/actions.hpp:25
↓ 2 callersClassXMP_Node
xmpsdk/src/XMPCore_Impl.hpp:42
↓ 1 callersClassCasePreservingConfigParser
r""" ConfigParser where the keys are case sensitive. The default ConfigParser converts all options in the config file with their lowercase ve
tests/system_tests.py:49
↓ 1 callersClassCr2Header
@brief Canon CR2 header structure.
src/cr2header_int.hpp:24
↓ 1 callersClassFindExifdatum2
Unary predicate that matches an Exifdatum with a given group and index.
src/tiffvisitor_int.cpp:25
↓ 1 callersClassLensInfoNotFound
Exception thrown by findLensInfo when the lens info can't be found.
src/pentaxmn_int.cpp:1071
↓ 1 callersClassLog
tests/bash_tests/utils.py:321
↓ 1 callersClassMyTestLoader
tests/runner.py:14
↓ 1 callersClassOutput
Simulate the stdout buffer. You can use `out+=x` to simulate `print(x)` Sample: >>> out = Output() >>> out >>> str(out)
tests/bash_tests/utils.py:530
↓ 1 callersClassPosition
forward declaration
samples/geotag.cpp:100
↓ 1 callersClassTiffDecoder
src/tifffwd_int.hpp:37
↓ 1 callersClassValue
include/exiv2/tags.hpp:19
↓ 1 callersClassXMP_Error
XMP Toolkit error, associates an error code with a descriptive error string.
xmpsdk/include/XMP_Const.h:1116
↓ 1 callersClassXmpData
include/exiv2/convert.hpp:31
↓ 1 callersClassrecord
src/tiffvisitor_int.cpp:368
↓ 1 callersClassstat
app/actions.cpp:1578
ClassATiffHeader
unitTests/test_tiffheader.cpp:11
ClassAXmpKey
Test Fixture which register a namespace with a prefix. This is needed to test the correct behavior of the XmpKey class
unitTests/test_XmpKey.cpp:19
EnumAccessMode
An identifier for each mode of metadata support
include/exiv2/types.hpp:57
ClassAddMinusPSOption
tests/bugfixes/redmine/test_issue_922.py:14
ClassAdditionOverflowInLoaderExifJpeg
Regression test for bug #365: https://github.com/Exiv2/exiv2/issues/365 aka CVE 2018-12265: https://cve.mitre.org/cgi-bin/cvename.cgi
tests/bugfixes/github/test_CVE_2018_12265.py:5
ClassAdditionOverflowInLoaderTiffGetData
Regression test for bug #366: https://github.com/Exiv2/exiv2/issues/366 aka CVE-2018-12264 https://cve.mitre.org/cgi-bin/cvename.cgi?
tests/bugfixes/github/test_CVE_2018_12264.py:6
ClassAdditionTestValues
unitTests/test_safe_op.cpp:23
ClassAdditionTestValues<T, std::enable_if_t<!std::is_signed_v<T>>>
unitTests/test_safe_op.cpp:29
ClassAdditionTestValues<T, std::enable_if_t<std::is_signed_v<T>>>
unitTests/test_safe_op.cpp:56
ClassAdobeXmpNamespace
tests/bugfixes/redmine/test_issue_751.py:8
ClassArrayCfg
Additional configuration for a binary array.
src/tiffcomposite_int.hpp:1232
ClassArrayDef
Defines one tag in a binary array
src/tiffcomposite_int.hpp:1218
ClassArraySet
Combination of array configuration and definition for arrays
src/tiffcomposite_int.hpp:1252
ClassAssertionSvEqualsDFailedRegression
tests/bugfixes/redmine/test_issue_769.py:7
ClassAutoLock
Helper class used to serialize critical sections
src/xmp.cpp:232
ClassBasicIo
src/tiffcomposite_int.hpp:15
ClassBigEndianORFFilesFromE_PL1Corrupted
tests/bugfixes/redmine/test_issue_711.py:57
ClassBigTiffImageRecursionStackExhaustion
src/bigtiffimage.cpp is longer in the code base however, let's retain this test as support for BigTiff will be developed and the maliciou
tests/bugfixes/github/test_issue_712.py:4
ClassBlockMap
! @brief Utility class provides the block mapping to the part of data. This avoids allocating a single contiguous block of memory to the big
src/basicio.cpp:592
ClassBmffImageReadMetadataOutOfBoundsRead
Regression test for the bug described in: https://github.com/Exiv2/exiv2/issues/1570
tests/bugfixes/github/test_issue_1570.py:11
ClassBmffImageboxHandlerLargeAllocation
Regression test for the bug described in: https://github.com/Exiv2/exiv2/issues/1793
tests/bugfixes/github/test_issue_1793.py:11
ClassBrotliDecoderWrapper
Wrapper class for BrotliDecoderState that automatically calls BrotliDecoderDestroyInstance in its destructor.
src/bmffimage.cpp:181
ClassBrotliUncompressOutOfBoundsWrite
Regression test for the bug described in: https://github.com/Exiv2/exiv2/security/advisories/GHSA-hrw9-ggg3-3r4r
tests/bugfixes/github/test_issue_ghsa_hrw9_ggg3_3r4r.py:5
ClassBufferOverReadInNikon1MakerNotePrint0x0088
tests/bugfixes/github/test_issue_756.py:3
ClassBufferOverflowInSscanf
This requires some sort of memchecker, either valgrind or ASAN.
tests/bugfixes/redmine/test_issue_447.py:6
EnumByteOrder
Type to express the byte order (little or big endian)
include/exiv2/types.hpp:34
ClassCanon1
tests/bash_tests/test_easyaccess.py:60
ClassCanon2
tests/bash_tests/test_easyaccess.py:132
ClassCanonAfInfoTest
tests/bugfixes/github/test_issue_981.py:5
ClassCanonEOSM100
tests/bugfixes/github/test_pr_317.py:6
ClassCanonLenses
tests/bugfixes/redmine/test_issue_1252.py:6
ClassCanonMakerNote
MakerNote for Canon cameras
src/canonmn_int.hpp:29
ClassCanonPrintCsLensTypeByMetadataNullIteratorDeref
Regression test for the bug described in: https://github.com/Exiv2/exiv2/issues/1763
tests/bugfixes/github/test_issue_1763.py:5
ClassCanonSigmaLens_14_24mm_F28_DG_HSM_A
tests/bugfixes/github/test_pr_1456.py:54
ClassCanonSigmaLens_28mm_F14_DG_HSM_A
tests/bugfixes/github/test_pr_1456.py:5
ClassCanonSigmaLens_35mm_F14_DG_HSM_A
tests/bugfixes/github/test_pr_1456.py:18
ClassCanonSigmaLens_40mm_F14_DG_HSM_A
tests/bugfixes/github/test_pr_1456.py:30
ClassCanonSigmaLens_50mm_F14_DG_HSM_A
tests/bugfixes/github/test_pr_1456.py:42
ClassCanonSigmaLens_60_600mm_F45_63_DG_OS_HSM_S
tests/bugfixes/github/test_pr_1456.py:66
ClassCanon_EF_100_400mm_F45_56_2x
tests/bugfixes/github/test_pr_1688.py:4
ClassCanon_EF_35mm_f_slash_2_IS_USM_Lens
tests/bugfixes/redmine/test_issue_876.py:6
ClassCanon_Sigma_18_35_F18_DC_HSM
tests/bugfixes/github/test_issue_1368.py:5
ClassCase
System test case base class, provides the functionality to interpret static class members as system tests. The class itself only provide
tests/system_tests.py:663
ClassCaseMeta
System tests generation metaclass. This metaclass is performs the following tasks: 1. Add the `test_run` function as a member of the test c
tests/system_tests.py:824
ClassCasio2MakerNote
MakerNote for Casio2 cameras
src/casiomn_int.hpp:43
ClassCasio2MnHeader
Header of a Casio2 Makernote
src/makernote_int.hpp:472
ClassCasioMakerNote
MakerNote for Casio cameras
src/casiomn_int.hpp:27
EnumCharsetId
include/exiv2/value.hpp:466
ClassCharsetTable
Information pertaining to the defined character sets
include/exiv2/value.hpp:468
ClassCheckBarometer
tests/bugfixes/redmine/test_issue_1225.py:6
ClassCheckCanonLenses
tests/bugfixes/redmine/test_issue_1140.py:5
ClassCheckDivisionByZero
tests/bugfixes/redmine/test_issue_1080.py:5
ClassCheckDumpSubFiles
tests/bugfixes/redmine/test_issue_1108.py:7
ClassCheckFilmMode
tests/bugfixes/redmine/test_issue_1179.py:18
ClassCheckFocusContinuous
tests/bugfixes/redmine/test_issue_1202.py:6
ClassCheckLensDetectionTeleconverter
tests/bugfixes/redmine/test_issue_1122.py:5
ClassCheckLensZoomNikkor
tests/bugfixes/redmine/test_issue_1026.py:5
ClassCheckMWG_KW_Schema
tests/bugfixes/redmine/test_issue_1040.py:5
ClassCheckNegativeValuesOfSByte
tests/bugfixes/redmine/test_issue_1114.py:5
ClassCheckNikonTimezoneWithoutCruft
tests/bugfixes/redmine/test_issue_1062.py:5
ClassCheckOptionK
tests/bugfixes/redmine/test_issue_1053.py:5
ClassCheckPentaxK10
tests/bugfixes/redmine/test_issue_1144.py:5
ClassCheckPentaxK3
tests/bugfixes/redmine/test_issue_1155.py:5
ClassCheckRegularExpressionSupport
tests/bugfixes/redmine/test_issue_1024.py:5
ClassCheckShutterInPentax
tests/bugfixes/redmine/test_issue_1242.py:6
ClassCheckShutterInPentax
tests/bugfixes/redmine/test_issue_1223.py:6
ClassCheckSigma17_70Lens
tests/bugfixes/redmine/test_issue_1167.py:5
ClassCheckSigma35mm
tests/bugfixes/redmine/test_issue_1170.py:5
next →1–100 of 773, ranked by callers