openMSX
Public Attributes | List of all members
openmsx::CacheLines Struct Reference

#include <CPUCore.hh>

Collaboration diagram for openmsx::CacheLines:
Collaboration graph
[legend]

Public Attributes

std::span< const byte *, CacheLine::NUMread
 
std::span< byte *, CacheLine::NUMwrite
 

Detailed Description

Definition at line 49 of file CPUCore.hh.

Member Data Documentation

◆ read

std::span<const byte*, CacheLine::NUM> openmsx::CacheLines::read

Definition at line 50 of file CPUCore.hh.

◆ write

std::span< byte*, CacheLine::NUM> openmsx::CacheLines::write

Definition at line 51 of file CPUCore.hh.


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