Exiv2
Loading...
Searching...
No Matches
Exiv2::DataSet Struct Reference

Details of an IPTC dataset. More...

#include <datasets.hpp>

Public Attributes

uint16_t number_
 Dataset number.
const char * name_
 Dataset name.
const char * title_
 Dataset title or label.
const char * desc_
 Dataset description.
bool mandatory_
 True if dataset is mandatory.
bool repeatable_
 True if dataset is repeatable.
uint32_t minbytes_
 Minimum number of bytes.
uint32_t maxbytes_
 Maximum number of bytes.
TypeId type_
 Exiv2 default type.
uint16_t recordId_
 Record id.
const char * photoshop_
 Photoshop string.

Detailed Description

Details of an IPTC dataset.

Member Data Documentation

◆ desc_

const char* Exiv2::DataSet::desc_

Dataset description.

Referenced by Exiv2::operator<<().

◆ mandatory_

bool Exiv2::DataSet::mandatory_

True if dataset is mandatory.

Referenced by Exiv2::operator<<().

◆ maxbytes_

uint32_t Exiv2::DataSet::maxbytes_

Maximum number of bytes.

Referenced by Exiv2::operator<<().

◆ minbytes_

uint32_t Exiv2::DataSet::minbytes_

Minimum number of bytes.

Referenced by Exiv2::operator<<().

◆ name_

const char* Exiv2::DataSet::name_

Dataset name.

Referenced by Exiv2::operator<<().

◆ number_

uint16_t Exiv2::DataSet::number_

Dataset number.

Referenced by Exiv2::operator<<().

◆ recordId_

uint16_t Exiv2::DataSet::recordId_

Record id.

Referenced by Exiv2::operator<<().

◆ repeatable_

bool Exiv2::DataSet::repeatable_

True if dataset is repeatable.

Referenced by Exiv2::operator<<().


The documentation for this struct was generated from the following file: