NStrCaseInsensitiveEquals Class Reference

Function object (Unary Predicate functor) that stores one string. More...

#include <nxsstring.h>

List of all members.

Public Member Functions

 NStrCaseInsensitiveEquals (const NxsString &s)
bool operator() (const NxsString &s)

Detailed Description

Function object (Unary Predicate functor) that stores one string.

The ()(const NxsString &) operator then returns the result of a case-insensitive compare. Useful for STL find algorithms. Could be made faster than sequential case insenstive comparisons, because the string stored in the object is just capitalized once.

Definition at line 221 of file nxsstring.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator Friends
Generated on Mon Mar 29 16:37:12 2010 for NCL by  doxygen 1.6.3