#include <AlignedBuffer.hh>
|
static constexpr auto | ALIGNMENT = alignof(std::max_align_t) |
|
Definition at line 27 of file AlignedBuffer.hh.
◆ operator const uint8_t *()
openmsx::AlignedBuffer::operator const uint8_t * |
( |
| ) |
const |
|
inline |
◆ operator uint8_t *()
openmsx::AlignedBuffer::operator uint8_t * |
( |
| ) |
|
|
inline |
◆ operator+() [1/2]
auto* openmsx::AlignedBuffer::operator+ |
( |
ptrdiff_t |
i | ) |
|
|
inline |
◆ operator+() [2/2]
auto* openmsx::AlignedBuffer::operator+ |
( |
ptrdiff_t |
i | ) |
const |
|
inline |
◆ operator[]() [1/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ operator[]() [2/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ operator[]() [3/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
long |
i | ) |
|
|
inline |
◆ operator[]() [4/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
long |
i | ) |
const |
|
inline |
◆ operator[]() [5/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
◆ operator[]() [6/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ operator[]() [7/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
unsigned long |
i | ) |
|
|
inline |
◆ operator[]() [8/8]
auto& openmsx::AlignedBuffer::operator[] |
( |
unsigned long |
i | ) |
const |
|
inline |
◆ ALIGNMENT
constexpr auto openmsx::AlignedBuffer::ALIGNMENT = alignof(std::max_align_t) |
|
staticconstexpr |
The documentation for this class was generated from the following file: