diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-12 20:23:50 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-12 20:23:50 -0400 |
commit | 15c0c2f789902ac764919913e123466ac46e4746 (patch) | |
tree | 937eea767e593798871e6774999b857cdd81509b /libalee/dictionary.hpp | |
parent | d36bb13f52b3899fd0f57e38f00d97e2c3a0f627 (diff) |
some class refactoring
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 2f17a77..14366a5 100644 --- a/libalee/dictionary.hpp +++ b/libalee/dictionary.hpp @@ -109,6 +109,7 @@ public: * Returns an empty word if the buffer is empty or entirely read. */ Word input() noexcept; + bool hasInput() const noexcept; /** * Checks if this dictionary's word is equivalent to the given string/size. |