Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::MemoryIsLockedException Class Reference

#include <mitkImageAccessorBase.h>

Inheritance diagram for mitk::MemoryIsLockedException:
Collaboration diagram for mitk::MemoryIsLockedException:

Public Member Functions

 MemoryIsLockedException (const char *file, unsigned int lineNumber, const char *desc, const char *loc)
 
virtual const char * GetClassName () const
 
template<class T >
MemoryIsLockedExceptionoperator<< (const T &data)
 Definition of the bit shift operator for this class. It can be used to add messages. More...
 
template<class T >
MemoryIsLockedExceptionoperator<< (T &data)
 Definition of the bit shift operator for this class (for non const data). More...
 
MemoryIsLockedExceptionoperator<< (std::ostream &(*func)(std::ostream &))
 Definition of the bit shift operator for this class (for functions). More...
 
- Public Member Functions inherited from mitk::Exception
 Exception (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown")
 
 ~Exception () override throw ()
 
void AddRethrowData (const char *file, unsigned int lineNumber, const char *message)
 Adds rethrow data to this exception. More...
 
int GetNumberOfRethrows ()
 
void GetRethrowData (int rethrowNumber, std::string &file, int &line, std::string &message)
 
template<class T >
Exceptionoperator<< (const T &data)
 Definition of the bit shift operator for this class. More...
 
template<class T >
Exceptionoperator<< (T &data)
 Definition of the bit shift operator for this class (for non const data). More...
 
Exceptionoperator<< (std::ostream &(*func)(std::ostream &))
 Definition of the bit shift operator for this class (for functions). More...
 

Additional Inherited Members

- Protected Attributes inherited from mitk::Exception
std::vector< ReThrowDatam_RethrowData
 

Detailed Description

Definition at line 153 of file mitkImageAccessorBase.h.

Constructor & Destructor Documentation

◆ MemoryIsLockedException()

mitk::MemoryIsLockedException::MemoryIsLockedException ( const char *  file,
unsigned int  lineNumber,
const char *  desc,
const char *  loc 
)
inline

Definition at line 156 of file mitkImageAccessorBase.h.

Member Function Documentation

◆ GetClassName()

virtual const char* mitk::MemoryIsLockedException::GetClassName ( ) const
virtual

Reimplemented from mitk::Exception.

◆ operator<<() [1/3]

template<class T >
MemoryIsLockedException& mitk::MemoryIsLockedException::operator<< ( const T &  data)
inline

Definition of the bit shift operator for this class. It can be used to add messages.

Definition at line 156 of file mitkImageAccessorBase.h.

◆ operator<<() [2/3]

MemoryIsLockedException& mitk::MemoryIsLockedException::operator<< ( std::ostream &(*)(std::ostream &)  func)
inline

Definition of the bit shift operator for this class (for functions).

Definition at line 156 of file mitkImageAccessorBase.h.

◆ operator<<() [3/3]

template<class T >
MemoryIsLockedException& mitk::MemoryIsLockedException::operator<< ( T &  data)
inline

Definition of the bit shift operator for this class (for non const data).

Definition at line 156 of file mitkImageAccessorBase.h.


The documentation for this class was generated from the following file: