openMSX
Classes | Public Member Functions | List of all members
openmsx::IPSPatch Class Referencefinal

#include <IPSPatch.hh>

Inheritance diagram for openmsx::IPSPatch:
Inheritance graph
[legend]
Collaboration diagram for openmsx::IPSPatch:
Collaboration graph
[legend]

Public Member Functions

 IPSPatch (Filename filename, std::unique_ptr< const PatchInterface > parent)
 
void copyBlock (size_t src, std::span< uint8_t > dst) const override
 
size_t getSize () const override
 
std::vector< FilenamegetFilenames () const override
 
- Public Member Functions inherited from openmsx::PatchInterface
virtual ~PatchInterface ()=default
 
virtual bool isEmptyPatch () const
 

Detailed Description

Definition at line 11 of file IPSPatch.hh.

Constructor & Destructor Documentation

◆ IPSPatch()

openmsx::IPSPatch::IPSPatch ( Filename  filename,
std::unique_ptr< const PatchInterface parent 
)

Definition at line 80 of file IPSPatch.cc.

Member Function Documentation

◆ copyBlock()

void openmsx::IPSPatch::copyBlock ( size_t  src,
std::span< uint8_t >  dst 
) const
overridevirtual

◆ getFilenames()

std::vector< Filename > openmsx::IPSPatch::getFilenames ( ) const
overridevirtual

Implements openmsx::PatchInterface.

Definition at line 131 of file IPSPatch.cc.

◆ getSize()

size_t openmsx::IPSPatch::getSize ( ) const
inlineoverridevirtual

Implements openmsx::PatchInterface.

Definition at line 18 of file IPSPatch.hh.


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