35 explicit LDAPPropExpr(
const std::string& expr);
37 LDAPPropExpr& operator!();
39 operator std::string()
const;
45 LDAPPropExpr& operator=(
const LDAPPropExpr&);
47 std::string m_ldapExpr;
96 return LDAPPropExpr(
"(" + m_property +
"=" + ss.str() +
")");
100 operator LDAPPropExpr ()
const;
132 std::stringstream ss;
151 std::stringstream ss;
170 std::stringstream ss;
184 LDAPPropExpr
Approx(
const std::string& s)
const;
189 std::stringstream ss;
191 return Approx(ss.str());
199 std::string m_property;
LDAPPropExpr operator>=(const std::string &s) const
LDAPPropExpr Approx(const us::Any &s) const
LDAPPropExpr operator<=(const us::Any &s) const
LDAPPropExpr operator!=(const std::string &s) const
LDAPPropExpr Approx(const std::string &s) const
LDAPPropExpr operator<=(const std::string &s) const
LDAPPropExpr operator!=(const us::Any &s) const
LDAPPropExpr operator>=(const us::Any &s) const
LDAPPropExpr operator!=(const T &s) const
LDAPPropExpr operator<=(const T &s) const
LDAPPropExpr operator!() const
LDAPPropExpr operator==(const T &s) const
LDAPPropExpr operator==(const std::string &s) const
LDAPProp(const std::string &property)
LDAPPropExpr operator>=(const T &s) const
LDAPPropExpr operator==(const us::Any &s) const
LDAPPropExpr Approx(const T &s) const
US_Core_EXPORT us::LDAPPropExpr operator&&(const us::LDAPPropExpr &left, const us::LDAPPropExpr &right)
US_Core_EXPORT us::LDAPPropExpr operator||(const us::LDAPPropExpr &left, const us::LDAPPropExpr &right)
bool operator>=(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
bool operator<=(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
#define US_BEGIN_NAMESPACE