[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions | List of all members
klfStrCaseEqualFunc Class Reference

implements an equality tester between strings More...

#include <klfutil.h>

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 63 of file klfutil.h.

Constructor & Destructor Documentation

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

Definition at line 67 of file klfutil.h.

Member Function Documentation

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

Definition at line 68 of file klfutil.h.

References QString::compare().


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

Generated by doxygen 1.8.6