openMSX
|
#include <EmptyPatch.hh>
Public Member Functions | |
EmptyPatch (std::span< const uint8_t > block_) | |
void | copyBlock (size_t src, std::span< uint8_t > dst) const override |
size_t | getSize () const override |
std::vector< Filename > | getFilenames () const override |
bool | isEmptyPatch () const override |
Public Member Functions inherited from openmsx::PatchInterface | |
virtual | ~PatchInterface ()=default |
Definition at line 8 of file EmptyPatch.hh.
|
inlineexplicit |
Definition at line 11 of file EmptyPatch.hh.
|
overridevirtual |
Implements openmsx::PatchInterface.
Definition at line 7 of file EmptyPatch.cc.
References ranges::copy(), and ranges::fill().
|
inlineoverridevirtual |
Implements openmsx::PatchInterface.
Definition at line 16 of file EmptyPatch.hh.
|
inlineoverridevirtual |
Implements openmsx::PatchInterface.
Definition at line 15 of file EmptyPatch.hh.
|
inlineoverridevirtual |
Reimplemented from openmsx::PatchInterface.
Definition at line 17 of file EmptyPatch.hh.