libebml_ng
ebmlID_t.h
Go to the documentation of this file.
1 #ifndef EBML_TYPES_H
2 #define EBML_TYPES_H
3 
4 #include <cstdint>
5 
6 namespace ebml {
7  typedef uint64_t ebmlID_t;
8  typedef uint8_t vintWidth_t;
9 }
10 
11 #endif
Definition: basictypes.h:40
uint64_t ebmlID_t
Definition: ebmlID_t.h:7
uint8_t vintWidth_t
Definition: ebmlID_t.h:8