|
roo_io
API Documentation for roo_io
|
#include <read.h>
Public Member Functions | |
| template<typename InputIterator > | |
| constexpr uint16_t | readU16 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr uint32_t | readU24 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr uint32_t | readU32 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr uint64_t | readU64 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr int16_t | readS16 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr int32_t | readS24 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr int32_t | readS32 (InputIterator &in) const |
| template<typename InputIterator > | |
| constexpr int64_t | readS64 (InputIterator &in) const |
|
inlineconstexpr |
Definition at line 309 of file read.h.
References roo_io::ReadLeS16().
|
inlineconstexpr |
Definition at line 314 of file read.h.
References roo_io::ReadLeS24().
|
inlineconstexpr |
Definition at line 319 of file read.h.
References roo_io::ReadLeS32().
|
inlineconstexpr |
Definition at line 324 of file read.h.
References roo_io::ReadLeS64().
|
inlineconstexpr |
Definition at line 289 of file read.h.
References roo_io::ReadLeU16().
|
inlineconstexpr |
Definition at line 294 of file read.h.
References roo_io::ReadLeU24().
|
inlineconstexpr |
Definition at line 299 of file read.h.
References roo_io::ReadLeU32().
|
inlineconstexpr |
Definition at line 304 of file read.h.
References roo_io::ReadLeU64().