Public Member Functions | |
bool | operator() (string s1, string s2) const |
Definition at line 98 of file InterfaceDef.h.
|
Definition at line 100 of file InterfaceDef.h. 00101 {
00102 return( strcasecmp(s1.c_str(),s2.c_str())<0 );
00103 }
|