#include <Functor.h>
Public Member Functions | |
| int | operator() (const char *lhs, const char *rhs) const |
| Simply calls ACE_OS::strcmp. | |
Definition at line 370 of file Functor.h.
| ACE_INLINE int ACE_Equal_To< char * >::operator() | ( | const char * | lhs, | |
| const char * | rhs | |||
| ) | const |
Simply calls ACE_OS::strcmp.
Definition at line 193 of file Functor.inl.
References ACE_OS::strcmp().
00194 { 00195 return !ACE_OS::strcmp (lhs, rhs); 00196 }
1.4.7