|
XPMP2
X-Plane multiplayer library 2 - using instancing
|
Exception class to pass on error information. More...
#include <Sound.h>
Inheritance diagram for XPMP2::FmodError:Public Member Functions | |
| FmodError (const std::string &_what, FMOD_RESULT _r, const std::string &_file, int _ln, const std::string &_sFunc) | |
Constructor taking on a descriptive string and the FMOD_RESULT More... | |
| void | LogErr () const |
| Log myself to Log.txt as an error. More... | |
Public Attributes | |
| FMOD_RESULT | fmodRes |
| the actual FMOD result code More... | |
| std::string | sFile |
| file path of code file More... | |
| int | ln |
| line number here in the code More... | |
| std::string | sFunc |
| name of the function the error occurred in More... | |
Exception class to pass on error information.
|
inline |
Constructor taking on a descriptive string and the FMOD_RESULT
|
inline |
Log myself to Log.txt as an error.
| FMOD_RESULT XPMP2::FmodError::fmodRes |
the actual FMOD result code
| int XPMP2::FmodError::ln |
line number here in the code
| std::string XPMP2::FmodError::sFile |
file path of code file
| std::string XPMP2::FmodError::sFunc |
name of the function the error occurred in