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

#include <anycompare.hxx>

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

Public Member Functions

 EnumPredicateLess (css::uno::Type const &_enumType)
 
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::Type const m_enumType
 

Detailed Description

Definition at line 146 of file anycompare.hxx.

Constructor & Destructor Documentation

◆ EnumPredicateLess()

comphelper::EnumPredicateLess::EnumPredicateLess ( css::uno::Type const &  _enumType)
inline

Definition at line 149 of file anycompare.hxx.

Member Function Documentation

◆ isLess()

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

Implements comphelper::IKeyPredicateLess.

Definition at line 154 of file anycompare.hxx.

References cppu::enum2int(), and m_enumType.

Member Data Documentation

◆ m_enumType

css::uno::Type const comphelper::EnumPredicateLess::m_enumType
private

Definition at line 167 of file anycompare.hxx.

Referenced by isLess().


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