ACE_Less_Than< ACE_CString > Class Template Reference

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

#include <Functor_String.h>

List of all members.

Public Member Functions

int operator() (const ACE_CString &lhs, const ACE_CString &rhs) const
 Simply calls ACE_OS::strcmp.


Detailed Description

template<>
class ACE_Less_Than< ACE_CString >

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

Definition at line 78 of file Functor_String.h.


Member Function Documentation

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

Simply calls ACE_OS::strcmp.

Definition at line 25 of file Functor_String.inl.

References ACE_CString.

00027 {
00028   return (lhs < rhs);
00029 }


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