27 #ifndef __HyphenExceptions__ 28 #define __HyphenExceptions__ 31 #include "UserDictWordList.h" 53 {
return (fLanguageName == other.fLanguageName &&
54 fStrings == other.fStrings &&
55 fNotStrings == other.fNotStrings); }
65 {
return fLanguageName > other.fLanguageName; }
75 {
return fLanguageName < other.fLanguageName; }
163 {
return (int32)fList.size(); }
187 { ASSERT(fList[i] != nil);
return *(fList[i]); }
196 { ASSERT(fList[i] != nil);
return *(fList[i]); }
218 {
return !(*
this == other); }