openMSX
Public Member Functions | List of all members
openmsx::AlignedByteArray< N > Class Template Reference

#include <AlignedBuffer.hh>

Inheritance diagram for openmsx::AlignedByteArray< N >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::AlignedByteArray< N >:
Collaboration graph
[legend]

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)
 

Detailed Description

template<size_t N>
class openmsx::AlignedByteArray< N >

Definition at line 59 of file AlignedBuffer.hh.

Member Function Documentation

◆ begin() [1/2]

template<size_t N>
auto openmsx::AlignedByteArray< N >::begin ( )
inline

Definition at line 65 of file AlignedBuffer.hh.

◆ begin() [2/2]

template<size_t N>
auto openmsx::AlignedByteArray< N >::begin ( ) const
inline

Definition at line 66 of file AlignedBuffer.hh.

◆ data() [1/2]

template<size_t N>
auto * openmsx::AlignedByteArray< N >::data ( )
inline

Definition at line 63 of file AlignedBuffer.hh.

Referenced by openmsx::AbstractIDEDevice::startShortReadTransfer().

◆ data() [2/2]

template<size_t N>
auto * openmsx::AlignedByteArray< N >::data ( ) const
inline

Definition at line 64 of file AlignedBuffer.hh.

◆ end() [1/2]

template<size_t N>
auto openmsx::AlignedByteArray< N >::end ( )
inline

Definition at line 67 of file AlignedBuffer.hh.

◆ end() [2/2]

template<size_t N>
auto openmsx::AlignedByteArray< N >::end ( ) const
inline

Definition at line 68 of file AlignedBuffer.hh.

◆ size()

template<size_t N>
auto openmsx::AlignedByteArray< N >::size ( ) const
inline

Definition at line 62 of file AlignedBuffer.hh.


The documentation for this class was generated from the following file: