|
| constexpr std::byte const * | data () const noexcept |
| |
| constexpr bool | empty () const noexcept |
| |
| constexpr size_type | size () const noexcept |
| |
|
| constexpr | BaseBuffer (std::byte const *data, size_type size) |
| |
| constexpr pos_type | pos (pos_type pos, offset_type off, IODir dir) const noexcept |
| |
|
| std::byte const * | data_ = nullptr |
| |
| size_type | size_ {} |
| |
Definition at line 54 of file base_buffer.hpp.
◆ offset_type
| using ufo::BaseBuffer::offset_type = std::intmax_t |
◆ pos_type
| using ufo::BaseBuffer::pos_type = std::uintmax_t |
◆ size_type
| using ufo::BaseBuffer::size_type = std::size_t |
◆ BaseBuffer()
| constexpr ufo::BaseBuffer::BaseBuffer |
( |
std::byte const * |
data, |
|
|
size_type |
size |
|
) |
| |
|
inlineconstexprprotected |
◆ data()
| constexpr std::byte const * ufo::BaseBuffer::data |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ empty()
| constexpr bool ufo::BaseBuffer::empty |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ pos()
| constexpr pos_type ufo::BaseBuffer::pos |
( |
pos_type |
pos, |
|
|
offset_type |
off, |
|
|
IODir |
dir |
|
) |
| const |
|
inlineconstexprprotectednoexcept |
◆ size()
| constexpr size_type ufo::BaseBuffer::size |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ data_
| std::byte const* ufo::BaseBuffer::data_ = nullptr |
|
protected |
◆ size_
| size_type ufo::BaseBuffer::size_ {} |
|
protected |
The documentation for this class was generated from the following file: