|
LibreOffice Module comphelper (master) 1
|
#include <anycompare.hxx>
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 |
Definition at line 146 of file anycompare.hxx.
|
inline |
Definition at line 149 of file anycompare.hxx.
|
inlineoverridevirtual |
Implements comphelper::IKeyPredicateLess.
Definition at line 154 of file anycompare.hxx.
References cppu::enum2int(), and m_enumType.
|
private |
Definition at line 167 of file anycompare.hxx.
Referenced by isLess().