LibreOffice Module opencl (master) 1
Public Member Functions | Public Attributes | List of all members
OpenCLPlatformInfo Struct Reference

#include <platforminfo.hxx>

Public Member Functions

 OpenCLPlatformInfo ()
 

Public Attributes

cl_platform_id platform
 
OUString maVendor
 
OUString maName
 
std::vector< OpenCLDeviceInfomaDevices
 

Detailed Description

Definition at line 38 of file platforminfo.hxx.

Constructor & Destructor Documentation

◆ OpenCLPlatformInfo()

OpenCLPlatformInfo::OpenCLPlatformInfo ( )

Definition at line 22 of file platforminfo.cxx.

Member Data Documentation

◆ maDevices

std::vector<OpenCLDeviceInfo> OpenCLPlatformInfo::maDevices

Definition at line 43 of file platforminfo.hxx.

◆ maName

OUString OpenCLPlatformInfo::maName

Definition at line 42 of file platforminfo.hxx.

Referenced by operator<<().

◆ maVendor

OUString OpenCLPlatformInfo::maVendor

Definition at line 41 of file platforminfo.hxx.

Referenced by operator<<().

◆ platform

cl_platform_id OpenCLPlatformInfo::platform

Definition at line 40 of file platforminfo.hxx.


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