Exiv2::Internal Namespace Reference

Helper structure for the Matroska tags lookup table. More...

Classes

struct  ConstSliceBase
 This class provides the public-facing const-qualified methods of a slice. More...
 
struct  ContainerStorage
 
struct  MatroskaTag
 
struct  MutableSliceBase
 
struct  PtrSliceStorage
 Implementation of the storage concept for slices of C arrays. More...
 
struct  SliceBase
 

Enumerations

enum  matroskaTypeEnum : char {
  String = 's', Integer = 'i', UInteger = 'u', Date = 'd',
  InternalField = 'n', Boolean = 'o', Binary = 'b', Master = 'm',
  Float = 'f', Utf8 = '8', UndefinedType = 'z'
}
 
enum  matroskaProcessEnum : char { Process = 'p', Skip = 's', Composite = 'c', Undefined = 'u' }
 

Detailed Description

Helper structure for the Matroska tags lookup table.