Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
Utility Classes

This category includes utility classes which can be used by others. More...

Collaboration diagram for Utility Classes:

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 >
 

Enumerations

enum  us::MsgType { us::DebugMsg, us::InfoMsg, us::WarningMsg, us::ErrorMsg }
 

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)
 

Detailed Description

This category includes utility classes which can be used by others.

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ operator&&()

US_Core_EXPORT us::LDAPPropExpr operator&& ( const us::LDAPPropExpr &  left,
const us::LDAPPropExpr &  right 
)

LDAP logical and '&'

Parameters
leftA LDAP expression.
rightA 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
leftA LDAP expression.
rightA LDAP expression.
Returns
A LDAP expression