openMSX
|
#include <AlignedBuffer.hh>
Public Member Functions | |
auto | size () const |
auto * | data () |
auto * | data () const |
auto | begin () |
auto | begin () const |
auto | end () |
auto | end () const |
Public Member Functions inherited from openmsx::AlignedBuffer | |
operator uint8_t * () | |
operator const uint8_t * () const | |
auto * | data () |
const auto * | data () const |
template<std::integral I> | |
auto * | operator+ (I i) |
template<std::integral I> | |
const auto * | operator+ (I i) const |
template<std::integral I> | |
auto & | operator[] (I i) |
template<std::integral I> | |
const auto & | operator[] (I i) const |
Additional Inherited Members | |
Static Public Attributes inherited from openmsx::AlignedBuffer | |
static constexpr auto | ALIGNMENT = alignof(std::max_align_t) |
Definition at line 59 of file AlignedBuffer.hh.
|
inline |
Definition at line 65 of file AlignedBuffer.hh.
|
inline |
Definition at line 66 of file AlignedBuffer.hh.
|
inline |
Definition at line 63 of file AlignedBuffer.hh.
Referenced by openmsx::AbstractIDEDevice::startShortReadTransfer().
|
inline |
Definition at line 64 of file AlignedBuffer.hh.
|
inline |
Definition at line 67 of file AlignedBuffer.hh.
|
inline |
Definition at line 68 of file AlignedBuffer.hh.
|
inline |
Definition at line 62 of file AlignedBuffer.hh.