#include <AlignedBuffer.hh>
|
static constexpr auto | ALIGNMENT = alignof(std::max_align_t) |
|
Definition at line 30 of file AlignedBuffer.hh.
◆ data() [1/2]
auto * openmsx::AlignedBuffer::data |
( |
| ) |
|
|
inline |
◆ data() [2/2]
const auto * openmsx::AlignedBuffer::data |
( |
| ) |
const |
|
inline |
◆ operator const uint8_t *()
openmsx::AlignedBuffer::operator const uint8_t * |
( |
| ) |
const |
|
inline |
◆ operator uint8_t *()
openmsx::AlignedBuffer::operator uint8_t * |
( |
| ) |
|
|
inline |
◆ operator[]() [1/2]
template<std::integral I>
auto & openmsx::AlignedBuffer::operator[] |
( |
I |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
template<std::integral I>
const auto & openmsx::AlignedBuffer::operator[] |
( |
I |
i | ) |
const |
|
inline |
◆ operator+ [1/2]
template<std::integral I>
◆ operator+ [2/2]
template<std::integral I>
◆ ALIGNMENT
constexpr auto openmsx::AlignedBuffer::ALIGNMENT = alignof(std::max_align_t) |
|
staticconstexpr |
The documentation for this class was generated from the following file: