#include <ByteRange.h>
◆ ByteRange() [1/3]
◆ ByteRange() [2/3]
| ByteRange::ByteRange |
( |
const char * |
begin_, |
|
|
const char * |
end_ |
|
) |
| |
|
inline |
◆ ByteRange() [3/3]
| ByteRange::ByteRange |
( |
const char * |
begin_, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ Empty()
| bool ByteRange::Empty |
( |
| ) |
const |
|
inline |
◆ operator*()
| const char & ByteRange::operator* |
( |
| ) |
const |
|
inline |
◆ operator[]()
| const char & ByteRange::operator[] |
( |
size_t |
idx | ) |
const |
|
inline |
◆ read()
| size_t ByteRange::read |
( |
char * |
to, |
|
|
size_t |
sz, |
|
|
size_t |
count |
|
) |
| |
|
inline |
◆ Size()
| size_t ByteRange::Size |
( |
| ) |
const |
|
inline |
◆ begin
| const char* ByteRange::begin |
◆ end
| const char* ByteRange::end |
The documentation for this struct was generated from the following file: