This category includes utility classes which can be used by others.
More...
This category includes utility classes which can be used by others.
◆ MsgType
This enum describes the messages that can be sent to a message handler (MsgHandler). You can use the enum to identify and associate the various message types with the appropriate actions.
Enumerator |
---|
DebugMsg | |
InfoMsg | |
WarningMsg | |
ErrorMsg | |
Definition at line 31 of file usCoreConfig.h.
◆ operator&&()
US_Core_EXPORT us::LDAPPropExpr operator&& |
( |
const us::LDAPPropExpr & |
left, |
|
|
const us::LDAPPropExpr & |
right |
|
) |
| |
LDAP logical and '&'
- Parameters
-
left | A LDAP expression. |
right | A LDAP expression. |
- Returns
- A LDAP expression
◆ operator||()
US_Core_EXPORT us::LDAPPropExpr operator|| |
( |
const us::LDAPPropExpr & |
left, |
|
|
const us::LDAPPropExpr & |
right |
|
) |
| |
LDAP logical or '|'
- Parameters
-
left | A LDAP expression. |
right | A LDAP expression. |
- Returns
- A LDAP expression