diff options
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 2d6be15a9..abcc1e94e 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -285,6 +285,11 @@ namespace irc * @return The next token is returned, or an empty string if none remain */ virtual const std::string GetToken(); + + /** Returns true if the end of the stream has been reached + * @return True if the end of the stream has been reached, otherwise false + */ + virtual bool StreamEnd(); }; /** A derived form of sepstream, which seperates on commas |