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

#include <anycompare.hxx>

Inheritance diagram for comphelper::StringCollationPredicateLess:
[legend]
Collaboration diagram for comphelper::StringCollationPredicateLess:
[legend]

Public Member Functions

 StringCollationPredicateLess (css::uno::Reference< css::i18n::XCollator > i_collator)
 
virtual bool isLess (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const override
 
- Public Member Functions inherited from comphelper::IKeyPredicateLess
virtual bool isLess (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const =0
 
virtual ~IKeyPredicateLess ()
 

Private Attributes

css::uno::Reference< css::i18n::XCollator > const m_collator
 

Detailed Description

Definition at line 104 of file anycompare.hxx.

Constructor & Destructor Documentation

◆ StringCollationPredicateLess()

comphelper::StringCollationPredicateLess::StringCollationPredicateLess ( css::uno::Reference< css::i18n::XCollator >  i_collator)
inline

Definition at line 107 of file anycompare.hxx.

Member Function Documentation

◆ isLess()

virtual bool comphelper::StringCollationPredicateLess::isLess ( css::uno::Any const &  _lhs,
css::uno::Any const &  _rhs 
) const
inlineoverridevirtual

Implements comphelper::IKeyPredicateLess.

Definition at line 112 of file anycompare.hxx.

References m_collator.

Member Data Documentation

◆ m_collator

css::uno::Reference< css::i18n::XCollator > const comphelper::StringCollationPredicateLess::m_collator
private

Definition at line 123 of file anycompare.hxx.

Referenced by isLess().


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