#include <buffer.h>
◆ Buffer()
◆ buffer()
const uint8_t* woff2::Buffer::buffer |
( |
| ) |
const |
|
inline |
◆ length()
◆ offset()
size_t woff2::Buffer::offset |
( |
| ) |
const |
|
inline |
◆ Read()
◆ ReadR64()
bool woff2::Buffer::ReadR64 |
( |
uint64_t * |
value | ) |
|
|
inline |
◆ ReadS16()
bool woff2::Buffer::ReadS16 |
( |
int16_t * |
value | ) |
|
|
inline |
◆ ReadS32()
bool woff2::Buffer::ReadS32 |
( |
int32_t * |
value | ) |
|
|
inline |
◆ ReadTag()
bool woff2::Buffer::ReadTag |
( |
uint32_t * |
value | ) |
|
|
inline |
◆ ReadU16()
bool woff2::Buffer::ReadU16 |
( |
uint16_t * |
value | ) |
|
|
inline |
◆ ReadU24()
bool woff2::Buffer::ReadU24 |
( |
uint32_t * |
value | ) |
|
|
inline |
◆ ReadU32()
bool woff2::Buffer::ReadU32 |
( |
uint32_t * |
value | ) |
|
|
inline |
◆ ReadU8()
bool woff2::Buffer::ReadU8 |
( |
uint8_t * |
value | ) |
|
|
inline |
◆ set_offset()
void woff2::Buffer::set_offset |
( |
size_t |
newoffset | ) |
|
|
inline |
◆ Skip()
bool woff2::Buffer::Skip |
( |
size_t |
n_bytes | ) |
|
|
inline |
The documentation for this class was generated from the following file: