From 15c0c2f789902ac764919913e123466ac46e4746 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 12 Oct 2023 20:23:50 -0400 Subject: some class refactoring --- libalee/dictionary.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libalee/dictionary.hpp') 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. -- cgit v1.2.3