#include <abkfunc.h>
Public Member Functions | |
CompareNameEqual () | |
bool | operator() (const char *s1, const char *s2) const |
|
Definition at line 53 of file abkfunc.h.
00053 {} |
|
Definition at line 54 of file abkfunc.h.
00055 { return strcmp(s1, s2) == 0; }
|