5namespace Stroika::Frameworks::Led {
23 inline bool SpellCheckEngine::LookupWord (
const Led_tString& checkWord, Led_tString* matchedWordResult)
25 return LookupWord_ (checkWord, matchedWordResult);
27 inline void SpellCheckEngine::Invariant ()
const
29#if qStroika_Foundation_Debug_AssertionsChecked
34#if qStroika_Foundation_Debug_AssertionsChecked
40 inline void SpellCheckEngine::Invariant_ ()
const