ace::CStringsEqualComparator Struct Reference

Functor designed for equality comparison of C-strings. More...

#include <strings.h>

List of all members.

Public Member Functions

bool operator() (const char *lhs, const char *rhs) const throw ()


Detailed Description

Functor designed for equality comparison of C-strings.

It's functionality is based on presumption, that function object is used only with pointers to strings stored within the same StringStore object!

Definition at line 34 of file strings.h.


Member Function Documentation

bool ace::CStringsEqualComparator::operator() ( const char *  lhs,
const char *  rhs 
) const throw () [inline]

Returns:
True, if left-hand argument is equal than right hand argument.

Definition at line 37 of file strings.h.


The documentation for this struct was generated from the following file:

Generated on Mon May 5 00:50:54 2008 for ACE by  doxygen 1.5.5