libebml_ng
ebmlHead.h
Go to the documentation of this file.
1 #ifndef EBML_NG_HEAD_H
2 #define EBML_NG_HEAD_H
3 
4 #include "basictypes.h"
6 
7 namespace ebml {
12  extern const ebmlBinaryType DocType;
15 
16  extern const ebmlStructType EBMLHead;
17 }
18 
19 #endif
const ebmlUnsignedIntegerType EBMLVersion
Definition: ebmlHead.cpp:7
const ebmlUnsignedIntegerType DocTypeVersion
Definition: ebmlHead.cpp:12
const ebmlUnsignedIntegerType EBMLReadVersion
Definition: ebmlHead.cpp:8
const ebmlUnsignedIntegerType DocTypeReadVersion
Definition: ebmlHead.cpp:13
Definition: basictypes.h:40
const ebmlStructType EBMLHead
Definition: ebmlHead.cpp:15
const ebmlBinaryType DocType
Definition: ebmlHead.cpp:11
const ebmlUnsignedIntegerType EBMLMaxSizeLength
Definition: ebmlHead.cpp:10
const ebmlUnsignedIntegerType EBMLMaxIDLength
Definition: ebmlHead.cpp:9
::ebml::ebmlDataType< unsigned long long > ebmlUnsignedIntegerType
EBML Unsigned Integer Type.
Definition: basictypes.h:41
::ebml::ebmlDataType< std::string > ebmlBinaryType
EBML Binary Type.
Definition: basictypes.h:44