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 |
![]() | |
virtual | ~PatchInterface ()=default |
virtual void | copyBlock (size_t src, std::span< uint8_t > dst) const =0 |
virtual size_t | getSize () const =0 |
virtual std::vector< Filename > | getFilenames () const =0 |
virtual bool | isEmptyPatch () const |
Definition at line 8 of file EmptyPatch.hh.
|
inline |
Definition at line 11 of file EmptyPatch.hh.
|
overridevirtual |
Implements openmsx::PatchInterface.
Definition at line 7 of file EmptyPatch.cc.
References ranges::copy(), ranges::fill(), and utf8::unchecked::size().
|
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.