LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::UStringMixEqual Class Reference

#include <stl_types.hxx>

Public Member Functions

 UStringMixEqual (bool bCaseSensitive=true)
 
bool operator() (std::u16string_view lhs, std::u16string_view rhs) const
 
bool isCaseSensitive () const
 

Private Attributes

bool const m_bCaseSensitive
 

Detailed Description

Definition at line 56 of file stl_types.hxx.

Constructor & Destructor Documentation

◆ UStringMixEqual()

comphelper::UStringMixEqual::UStringMixEqual ( bool  bCaseSensitive = true)
inline

Definition at line 61 of file stl_types.hxx.

Member Function Documentation

◆ isCaseSensitive()

bool comphelper::UStringMixEqual::isCaseSensitive ( ) const
inline

Definition at line 66 of file stl_types.hxx.

References m_bCaseSensitive.

◆ operator()()

bool comphelper::UStringMixEqual::operator() ( std::u16string_view  lhs,
std::u16string_view  rhs 
) const
inline

Definition at line 62 of file stl_types.hxx.

References o3tl::equalsIgnoreAsciiCase(), and m_bCaseSensitive.

Member Data Documentation

◆ m_bCaseSensitive

bool const comphelper::UStringMixEqual::m_bCaseSensitive
private

Definition at line 58 of file stl_types.hxx.

Referenced by isCaseSensitive(), and operator()().


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