ACE_Less_Than< char * > Class Template Reference

Function object for determining whether the first string is less than the second string. More...

#include <Functor.h>

List of all members.

Public Member Functions

int operator() (const char *lhs, const char *rhs) const
 Simply calls ACE_OS::strcmp.


Detailed Description

template<>
class ACE_Less_Than< char * >

Function object for determining whether the first string is less than the second string.

Definition at line 475 of file Functor.h.


Member Function Documentation

ACE_INLINE int ACE_Less_Than< char * >::operator() const char *  lhs,
const char *  rhs
const
 

Simply calls ACE_OS::strcmp.

Definition at line 241 of file Functor.inl.

References ACE_OS::strcmp().

00242 {
00243   return (ACE_OS::strcmp (lhs, rhs) < 0) ? 1 : 0;
00244 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:23:38 2006 for ACE by doxygen 1.3.6