Enchant
Generic spell checking library
DictionaryCheck_TestFixture Struct Reference
Inheritance diagram for DictionaryCheck_TestFixture:
Collaboration diagram for DictionaryCheck_TestFixture:

Public Types

typedef std::multimap< EnchantDict *, std::string > AddedWordsByDict
 

Public Member Functions

virtual void ReleaseDictionary (EnchantDict *dict)
 
bool IsWordInDictionary (const std::string &word)
 
bool AddWordToDictionary (const std::string &word)
 
bool AddWordToDictionary (EnchantDict *dict, const std::string &word)
 
- Public Member Functions inherited from Provider_TestFixture
std::string Convert (const std::wstring &ws)
 
std::wstring Convert (const std::string &s)
 
EnchantDictGetDefaultDictionary ()
 
EnchantDictGetDictionary (const char *language)
 

Static Public Member Functions

static bool IsWordInDictionary (EnchantDict *dict, const std::string &word)
 

Public Attributes

EnchantDict_dict
 
const char * _provider_name
 
AddedWordsByDict _addedWordsByDict
 
- Public Attributes inherited from Provider_TestFixture
EnchantProvider_provider
 

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