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

Failed in marshaling. More...

#include <opbase.hxx>

Public Member Functions

 OpenCLError (std::string function, cl_int error, std::string file, int line)
 

Public Attributes

std::string mFunction
 
cl_int mError
 
std::string mFile
 
int mLineNumber
 

Detailed Description

Failed in marshaling.

Definition at line 52 of file opbase.hxx.

Constructor & Destructor Documentation

◆ OpenCLError()

sc::opencl::OpenCLError::OpenCLError ( std::string  function,
cl_int  error,
std::string  file,
int  line 
)

Definition at line 27 of file opbase.cxx.

References line.

Member Data Documentation

◆ mError

cl_int sc::opencl::OpenCLError::mError

Definition at line 58 of file opbase.hxx.

◆ mFile

std::string sc::opencl::OpenCLError::mFile

Definition at line 59 of file opbase.hxx.

◆ mFunction

std::string sc::opencl::OpenCLError::mFunction

Definition at line 57 of file opbase.hxx.

◆ mLineNumber

int sc::opencl::OpenCLError::mLineNumber

Definition at line 60 of file opbase.hxx.


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