#include <binray_reader.hpp>
|
| BinaryReader (std::span< uint8_t > &data) |
|
void | skip (size_t byte_count) |
|
template<typename T > |
auto | read () |
|
template<typename T , std::size_t N> |
auto | read_list () |
|
|
std::span< uint8_t > | data_ |
|
std::span< uint8_t >::iterator | pos_ |
|
◆ BinaryReader()
wren::utils::BinaryReader::BinaryReader |
( |
std::span< uint8_t > & | data | ) |
|
|
inline |
◆ read()
template<typename T >
auto wren::utils::BinaryReader::read |
( |
| ) |
|
|
inline |
◆ read_list()
template<typename T , std::size_t N>
auto wren::utils::BinaryReader::read_list |
( |
| ) |
|
|
inline |
◆ skip()
void wren::utils::BinaryReader::skip |
( |
size_t | byte_count | ) |
|
|
inline |
◆ data_
std::span<uint8_t> wren::utils::BinaryReader::data_ |
|
private |
◆ pos_
std::span<uint8_t>::iterator wren::utils::BinaryReader::pos_ |
|
private |
The documentation for this class was generated from the following file: