#include <Exception.hxx>
Inheritance diagram for portaudio::PaCppException:
Public Types | |
enum | ExceptionSpecifier { UNABLE_TO_ADAPT_DEVICE } |
Public Member Functions | |
PaCppException (ExceptionSpecifier specifier) | |
const char * | what () const throw () |
ExceptionSpecifier | specifier () const |
bool | operator== (const PaCppException &rhs) const |
bool | operator!= (const PaCppException &rhs) const |
Private Attributes | |
ExceptionSpecifier | specifier_ |
|
|
|
|
|
Implements portaudio::Exception. |
|
|
|
|
|
|
|
|