Exiv2::Internal Namespace Reference

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

Classes

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

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.