LibreOffice Module sc (master) 1
|
Exceptions. More...
#include <opbase.hxx>
Public Member Functions | |
UnhandledToken (const char *m, std::string fn, int ln) | |
Public Attributes | |
std::string | mMessage |
std::string | mFile |
int | mLineNumber |
sc::opencl::UnhandledToken::UnhandledToken | ( | const char * | m, |
std::string | fn, | ||
int | ln | ||
) |
Definition at line 23 of file opbase.cxx.
References m.
std::string sc::opencl::UnhandledToken::mFile |
Definition at line 47 of file opbase.hxx.
int sc::opencl::UnhandledToken::mLineNumber |
Definition at line 48 of file opbase.hxx.
std::string sc::opencl::UnhandledToken::mMessage |
Definition at line 46 of file opbase.hxx.