#include <mitkImageAccessorBase.h>
|
| MemoryIsLockedException (const char *file, unsigned int lineNumber, const char *desc, const char *loc) |
|
virtual const char * | GetClassName () const |
|
template<class T > |
MemoryIsLockedException & | operator<< (const T &data) |
| Definition of the bit shift operator for this class. It can be used to add messages. More...
|
|
template<class T > |
MemoryIsLockedException & | operator<< (T &data) |
| Definition of the bit shift operator for this class (for non const data). More...
|
|
MemoryIsLockedException & | operator<< (std::ostream &(*func)(std::ostream &)) |
| Definition of the bit shift operator for this class (for functions). More...
|
|
| 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 > |
Exception & | operator<< (const T &data) |
| Definition of the bit shift operator for this class. More...
|
|
template<class T > |
Exception & | operator<< (T &data) |
| Definition of the bit shift operator for this class (for non const data). More...
|
|
Exception & | operator<< (std::ostream &(*func)(std::ostream &)) |
| Definition of the bit shift operator for this class (for functions). More...
|
|
Definition at line 153 of file mitkImageAccessorBase.h.
◆ MemoryIsLockedException()
mitk::MemoryIsLockedException::MemoryIsLockedException |
( |
const char * |
file, |
|
|
unsigned int |
lineNumber, |
|
|
const char * |
desc, |
|
|
const char * |
loc |
|
) |
| |
|
inline |
◆ GetClassName()
virtual const char* mitk::MemoryIsLockedException::GetClassName |
( |
| ) |
const |
|
virtual |
◆ operator<<() [1/3]
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]
◆ operator<<() [3/3]
The documentation for this class was generated from the following file: