[KLF Backend][KLF Tools][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 64 of file klfutil.h.

Constructor & Destructor Documentation

◆ klfStrCaseEqualFunc()

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

Definition at line 68 of file klfutil.h.

Member Function Documentation

◆ operator()()

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.8.13