22 #ifndef CTKLDAPSEARCHFILTER_H
23 #define CTKLDAPSEARCHFILTER_H
25 #include "ctkPluginFrameworkExport.h"
30 #include <QSharedDataPointer>
33 class ctkLDAPSearchFilterData;
91 operator bool()
const;
158 QSharedDataPointer<ctkLDAPSearchFilterData>
d;
ctkLDAPSearchFilter(const ctkLDAPSearchFilter &other)
bool operator==(const ctkLDAPSearchFilter &other) const
ctkLDAPSearchFilter & operator=(const ctkLDAPSearchFilter &filter)
QSharedDataPointer< ctkLDAPSearchFilterData > d
bool match(const ctkServiceReference &reference) const
bool match(const ctkDictionary &dictionary) const
ctkLDAPSearchFilter(const QString &filter)
bool matchCase(const ctkDictionary &dictionary) const
CTK_PLUGINFW_EXPORT QDebug operator<<(QDebug dbg, const ctkLDAPSearchFilter &filter)