|
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 260 of file read.h.
References roo_io::ReadBeS16().
|
inlineconstexpr |
Definition at line 265 of file read.h.
References roo_io::ReadBeS24().
|
inlineconstexpr |
Definition at line 270 of file read.h.
References roo_io::ReadBeS32().
|
inlineconstexpr |
Definition at line 275 of file read.h.
References roo_io::ReadBeS64().
|
inlineconstexpr |
Definition at line 240 of file read.h.
References roo_io::ReadBeU16().
|
inlineconstexpr |
Definition at line 245 of file read.h.
References roo_io::ReadBeU24().
|
inlineconstexpr |
Definition at line 250 of file read.h.
References roo_io::ReadBeU32().
|
inlineconstexpr |
Definition at line 255 of file read.h.
References roo_io::ReadBeU64().