LibreOffice Module opencl (master) 1
Classes | Functions
platforminfo.hxx File Reference
#include <ostream>
#include <vector>
#include <clew/clew.h>
#include <opencl/opencldllapi.h>
#include <rtl/ustring.hxx>
Include dependency graph for platforminfo.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenCLDeviceInfo
 
struct  OpenCLPlatformInfo
 

Functions

OPENCL_DLLPUBLIC std::ostream & operator<< (std::ostream &rStream, const OpenCLPlatformInfo &rPlatform)
 
OPENCL_DLLPUBLIC std::ostream & operator<< (std::ostream &rStream, const OpenCLDeviceInfo &rDevice)
 

Function Documentation

◆ operator<<() [1/2]

OPENCL_DLLPUBLIC std::ostream & operator<< ( std::ostream &  rStream,
const OpenCLDeviceInfo rDevice 
)

◆ operator<<() [2/2]

OPENCL_DLLPUBLIC std::ostream & operator<< ( std::ostream &  rStream,
const OpenCLPlatformInfo rPlatform 
)

Definition at line 27 of file platforminfo.cxx.

References OpenCLPlatformInfo::maName, and OpenCLPlatformInfo::maVendor.