1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

include/eoskeygen/core/dictionary.h: improved documentation.

This commit is contained in:
Henrik Hautakoski 2020-03-20 13:07:24 +01:00
parent d9634f334b
commit 2851490b3e

View file

@ -45,12 +45,13 @@ public :
// Load words from file.
bool loadFromFile(const std::string& filename);
// Add a word
// Add a word to the dictionary.
void add(const std::string& word);
// Add words from another dictionary.
void add(const Dictionary& dictionary);
// Clear all words from the dictionary.
void clear();
// Returns true if word exists in the dictionary.