Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
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;
79 LDAPProp(
const std::string& property);
89 LDAPPropExpr
operator==(
const std::string& s)
const;
96 return LDAPPropExpr(
"(" + m_property +
"=" + ss.str() +
")");
100 operator LDAPPropExpr ()
const;
107 LDAPPropExpr operator!()
const;
127 LDAPPropExpr
operator!=(
const std::string& s)
const;
132 std::stringstream ss;
146 LDAPPropExpr
operator>=(
const std::string& s)
const;
151 std::stringstream ss;
165 LDAPPropExpr
operator<=(
const std::string& s)
const;
170 std::stringstream ss;
184 LDAPPropExpr Approx(
const std::string& s)
const;
185 LDAPPropExpr Approx(
const us::Any& s)
const;
189 std::stringstream ss;
191 return Approx(ss.str());
199 std::string m_property;
226 #endif // USLDAPPROP_H
LDAPPropExpr Approx(const T &s) const
LDAPPropExpr operator>=(const T &s) const
LDAPPropExpr operator==(const T &s) const
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
LDAPPropExpr operator<=(const T &s) const
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
#define US_BEGIN_NAMESPACE
bool operator<=(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
US_Core_EXPORT us::LDAPPropExpr operator||(const us::LDAPPropExpr &left, const us::LDAPPropExpr &right)
LDAPPropExpr operator!=(const T &s) const