[KLF Backend][KLF Tools][KLF Home]
KLatexFormula Project
Public Member Functions
klfStrCaseEqualFunc Class Reference

implements an equality tester between strings More...

#include <klfutil.h>

List of all members.

Public Member Functions

 klfStrCaseEqualFunc (Qt::CaseSensitivity caseSensitive)
bool operator() (const QString &a, const QString &b)

Detailed Description

implements an equality tester between strings

Can be used in eg. klfMapIsIncludedIn().

It is possible to specify whether to compare strings case sensitive or insensitive.

See also klfEqualFunc.

Definition at line 64 of file klfutil.h.


Constructor & Destructor Documentation

klfStrCaseEqualFunc::klfStrCaseEqualFunc ( Qt::CaseSensitivity  caseSensitive) [inline]

Definition at line 68 of file klfutil.h.


Member Function Documentation

bool klfStrCaseEqualFunc::operator() ( const QString a,
const QString b 
) [inline]

Definition at line 69 of file klfutil.h.

References QString::compare().


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

Generated by doxygen 1.7.6.1. The KLatexFormula website is hosted on sourceforge.net