OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Protected Attributes | List of all members
ossim::Thread::Interrupt Class Reference

This is an Interrupt exception that is thrown if the. More...

#include <Thread.h>

Inheritance diagram for ossim::Thread::Interrupt:

Public Member Functions

 Interrupt (const std::string &what="")
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string m_what
 

Detailed Description

This is an Interrupt exception that is thrown if the.

See also
cancel() is called and a call to
interrupt() is made.

Definition at line 73 of file Thread.h.

Constructor & Destructor Documentation

◆ Interrupt()

ossim::Thread::Interrupt::Interrupt ( const std::string &  what = "")
inline

Definition at line 75 of file Thread.h.

75 :m_what(what){}
std::string m_what
Definition: Thread.h:78
virtual const char * what() const
Definition: Thread.h:76

Member Function Documentation

◆ what()

virtual const char* ossim::Thread::Interrupt::what ( ) const
throw (
)
inlinevirtual

Definition at line 76 of file Thread.h.

76 {return m_what.c_str();}
std::string m_what
Definition: Thread.h:78

Member Data Documentation

◆ m_what

std::string ossim::Thread::Interrupt::m_what
protected

Definition at line 78 of file Thread.h.


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