mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +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.
|
// Load words from file.
|
||||||
bool loadFromFile(const std::string& filename);
|
bool loadFromFile(const std::string& filename);
|
||||||
|
|
||||||
// Add a word
|
// Add a word to the dictionary.
|
||||||
void add(const std::string& word);
|
void add(const std::string& word);
|
||||||
|
|
||||||
// Add words from another dictionary.
|
// Add words from another dictionary.
|
||||||
void add(const Dictionary& dictionary);
|
void add(const Dictionary& dictionary);
|
||||||
|
|
||||||
|
// Clear all words from the dictionary.
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
// Returns true if word exists in the dictionary.
|
// Returns true if word exists in the dictionary.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue