diff options
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r-- | libalee/dictionary.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp index 02fb1cc..2f17a77 100644 --- a/libalee/dictionary.hpp +++ b/libalee/dictionary.hpp @@ -64,6 +64,7 @@ public: virtual void write(Addr, Cell) noexcept = 0; virtual uint8_t readbyte(Addr) const noexcept = 0; virtual void writebyte(Addr, uint8_t) noexcept = 0; + virtual unsigned long int capacity() const noexcept = 0; /** * Does initial dictionary setup, required before use for execution. |