LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::opencl::UnhandledToken Class Reference

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
 

Detailed Description

Exceptions.

Failed in parsing

Definition at line 41 of file opbase.hxx.

Constructor & Destructor Documentation

◆ UnhandledToken()

sc::opencl::UnhandledToken::UnhandledToken ( const char *  m,
std::string  fn,
int  ln 
)

Definition at line 23 of file opbase.cxx.

References m.

Member Data Documentation

◆ mFile

std::string sc::opencl::UnhandledToken::mFile

Definition at line 47 of file opbase.hxx.

◆ mLineNumber

int sc::opencl::UnhandledToken::mLineNumber

Definition at line 48 of file opbase.hxx.

◆ mMessage

std::string sc::opencl::UnhandledToken::mMessage

Definition at line 46 of file opbase.hxx.


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