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:
parent
d9634f334b
commit
2851490b3e
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue