Molybden API
Loading...
Searching...
No Matches
molybden::Dictionary Class Referenceabstract

Provides functionality for working with a spell check dictionary. More...

#include <dictionary.hpp>

Public Member Functions

virtual std::vector< std::string > words ()=0
 The words in the current dictionary or an empty list if the dictionary does not have any word.
 
virtual bool addWord (const std::string &word)=0
 Adds the given word to the dictionary and schedules a write to disk.
 
virtual bool removeWord (const std::string &word)=0
 Removes the given word from the dictionary and schedules a write to disk.
 
virtual bool hasWord (const std::string &word)=0
 Indicates if the dictionary contains the given word.
 

Detailed Description

Provides functionality for working with a spell check dictionary.


The documentation for this class was generated from the following file: