16 extern const ebmlStructType
EBMLHead;
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