Public Member Functions | |
BaseDico (CStringType S, int Id=IDENT) | |
int | operator< (const BaseDico &a) const |
int | operator> (const BaseDico &a) const |
Data Fields | |
int | Ident |
CStringType | IdentName |
|
Definition at line 42 of file lexsupport.cpp. References Ident, and IdentName.
|
|
Definition at line 47 of file lexsupport.cpp. References IdentName.
00048 { 00049 return IdentName.compare(a.IdentName) < 0; 00050 } |
|
Definition at line 52 of file lexsupport.cpp. References IdentName.
00053 { 00054 return IdentName.compare(a.IdentName) > 0; 00055 } |
|
Definition at line 38 of file lexsupport.cpp. Referenced by BaseDico(). |
|
Definition at line 39 of file lexsupport.cpp. Referenced by BaseDico(), operator<(), and operator>(). |