openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::AmdFlash::AddressValue Struct Reference

#include <AmdFlash.hh>

Public Member Functions

auto operator<=> (const AddressValue &) const =default
 
template<typename Archive >
void serialize (Archive &ar, unsigned version)
 

Public Attributes

size_t addr
 
uint8_t value
 

Detailed Description

Definition at line 224 of file AmdFlash.hh.

Member Function Documentation

◆ operator<=>()

auto openmsx::AmdFlash::AddressValue::operator<=> ( const AddressValue ) const
default

◆ serialize()

template<typename Archive >
void openmsx::AmdFlash::AddressValue::serialize ( Archive &  ar,
unsigned  version 
)

Definition at line 730 of file AmdFlash.cc.

References addr, and value.

Member Data Documentation

◆ addr

size_t openmsx::AmdFlash::AddressValue::addr

Definition at line 225 of file AmdFlash.hh.

Referenced by serialize().

◆ value

uint8_t openmsx::AmdFlash::AddressValue::value

Definition at line 226 of file AmdFlash.hh.

Referenced by serialize().


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