|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
This category includes utility classes which can be used by others. More...
|
Classes | |
| class | us::Any |
| class | us::LDAPProp |
| class | us::SharedData |
| class | us::SharedDataPointer< T > |
| class | us::ExplicitlySharedDataPointer< T > |
| class | us::SharedLibrary |
| class | us::ShrinkableMap< Key, T > |
| class | us::ShrinkableVector< E > |
Functions | |
| 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) |
This category includes utility classes which can be used by others.
| US_Core_EXPORT us::LDAPPropExpr operator&& | ( | const us::LDAPPropExpr & | left, |
| const us::LDAPPropExpr & | right | ||
| ) |
LDAP logical and '&'
| left | A LDAP expression. |
| right | A LDAP expression. |
Definition at line 124 of file usLDAPProp.cpp.
Referenced by us::LDAPProp::Approx().
| US_Core_EXPORT us::LDAPPropExpr operator|| | ( | const us::LDAPPropExpr & | left, |
| const us::LDAPPropExpr & | right | ||
| ) |
LDAP logical or '|'
| left | A LDAP expression. |
| right | A LDAP expression. |
Definition at line 131 of file usLDAPProp.cpp.
Referenced by us::LDAPProp::Approx().