Tawara
0.1.0
|
#include <ios>
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
tawara | |
tawara::ids | |
This namespace contains constants and functions for managing EBML class IDs. | |
Typedefs | |
typedef uint32_t | tawara::ids::ID |
typedef std::pair< uint64_t, std::vector< char > ::const_iterator > | tawara::ids::DecodeResult |
The result of a decode operation is a pair of the ID decoded and an iterator pointing to the first element after the used data. More... | |
typedef std::pair< ID, std::streamsize > | tawara::ids::ReadResult |
The result of a read operation is a pair of the ID read and the number of bytes read. More... | |