Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <usLDAPProp.h>
Public Member Functions | |
LDAPProp (const std::string &property) | |
operator LDAPPropExpr () const | |
LDAPPropExpr | operator! () const |
LDAPPropExpr | operator== (const std::string &s) const |
LDAPPropExpr | operator== (const us::Any &s) const |
template<class T > | |
LDAPPropExpr | operator== (const T &s) const |
LDAPPropExpr | operator!= (const std::string &s) const |
LDAPPropExpr | operator!= (const us::Any &s) const |
template<class T > | |
LDAPPropExpr | operator!= (const T &s) const |
LDAPPropExpr | operator>= (const std::string &s) const |
LDAPPropExpr | operator>= (const us::Any &s) const |
template<class T > | |
LDAPPropExpr | operator>= (const T &s) const |
LDAPPropExpr | operator<= (const std::string &s) const |
LDAPPropExpr | operator<= (const us::Any &s) const |
template<class T > | |
LDAPPropExpr | operator<= (const T &s) const |
LDAPPropExpr | Approx (const std::string &s) const |
LDAPPropExpr | Approx (const us::Any &s) const |
template<class T > | |
LDAPPropExpr | Approx (const T &s) const |
A fluent API for creating LDAP filter strings.
Examples for creating LDAPFilter objects:
Definition at line 75 of file usLDAPProp.h.
us::LDAPProp::LDAPProp | ( | const std::string & | property | ) |
Create a LDAPProp instance for the named LDAP property.
property | The name of the LDAP property. |
Definition at line 51 of file usLDAPProp.cpp.
LDAPPropExpr us::LDAPProp::Approx | ( | const std::string & | s | ) | const |
LDAP approximation '~='
s | A type convertible to std::string. |
Definition at line 111 of file usLDAPProp.cpp.
Referenced by Approx().
LDAPPropExpr us::LDAPProp::Approx | ( | const us::Any & | s | ) | const |
LDAP approximation '~='
s | A type convertible to std::string. |
Definition at line 117 of file usLDAPProp.cpp.
References Approx(), and us::Any::ToString().
|
inline |
LDAP approximation '~='
s | A type convertible to std::string. |
Definition at line 192 of file usLDAPProp.h.
us::LDAPProp::operator LDAPPropExpr | ( | ) | const |
Definition at line 68 of file usLDAPProp.cpp.
LDAPPropExpr us::LDAPProp::operator! | ( | ) | const |
States the absence of the LDAP property.
Definition at line 73 of file usLDAPProp.cpp.
LDAPPropExpr us::LDAPProp::operator!= | ( | const std::string & | s | ) | const |
Convenience operator for LDAP inequality.
Writing either
or
leads to the same string "(!(attr=val))".
s | A type convertible to std::string. |
Definition at line 78 of file usLDAPProp.cpp.
Referenced by operator!=().
LDAPPropExpr us::LDAPProp::operator!= | ( | const us::Any & | s | ) | const |
Convenience operator for LDAP inequality.
Writing either
or
leads to the same string "(!(attr=val))".
s | A type convertible to std::string. |
Definition at line 84 of file usLDAPProp.cpp.
References operator!=(), and us::Any::ToString().
|
inline |
Convenience operator for LDAP inequality.
Writing either
or
leads to the same string "(!(attr=val))".
s | A type convertible to std::string. |
Definition at line 135 of file usLDAPProp.h.
References mitk::operator!=().
LDAPPropExpr us::LDAPProp::operator<= | ( | const std::string & | s | ) | const |
LDAP less or equal '<='
s | A type convertible to std::string. |
Definition at line 100 of file usLDAPProp.cpp.
Referenced by operator<=().
LDAPPropExpr us::LDAPProp::operator<= | ( | const us::Any & | s | ) | const |
LDAP less or equal '<='
s | A type convertible to std::string. |
Definition at line 106 of file usLDAPProp.cpp.
References operator<=(), and us::Any::ToString().
|
inline |
LDAP less or equal '<='
s | A type convertible to std::string. |
Definition at line 173 of file usLDAPProp.h.
LDAPPropExpr us::LDAPProp::operator== | ( | const std::string & | s | ) | const |
LDAP equality '='
s | A type convertible to std::string. |
Definition at line 57 of file usLDAPProp.cpp.
Referenced by operator==().
LDAPPropExpr us::LDAPProp::operator== | ( | const us::Any & | s | ) | const |
LDAP equality '='
s | A type convertible to std::string. |
Definition at line 63 of file usLDAPProp.cpp.
References operator==(), and us::Any::ToString().
|
inline |
LDAP equality '='
s | A type convertible to std::string. |
Definition at line 97 of file usLDAPProp.h.
LDAPPropExpr us::LDAPProp::operator>= | ( | const std::string & | s | ) | const |
LDAP greater or equal '>='
s | A type convertible to std::string. |
Definition at line 89 of file usLDAPProp.cpp.
Referenced by operator>=().
LDAPPropExpr us::LDAPProp::operator>= | ( | const us::Any & | s | ) | const |
LDAP greater or equal '>='
s | A type convertible to std::string. |
Definition at line 95 of file usLDAPProp.cpp.
References operator>=(), and us::Any::ToString().
|
inline |
LDAP greater or equal '>='
s | A type convertible to std::string. |
Definition at line 154 of file usLDAPProp.h.