#include <opencl/pi_opencl.hpp>
Definition at line 32 of file pi_opencl.hpp.
◆ OpenCLVersion() [1/4]
OCLV::OpenCLVersion::OpenCLVersion |
( |
| ) |
|
|
inline |
◆ OpenCLVersion() [2/4]
OCLV::OpenCLVersion::OpenCLVersion |
( |
unsigned int |
ocl_major, |
|
|
unsigned int |
ocl_minor |
|
) |
| |
|
inline |
◆ OpenCLVersion() [3/4]
OCLV::OpenCLVersion::OpenCLVersion |
( |
const char * |
version | ) |
|
|
inline |
◆ OpenCLVersion() [4/4]
OCLV::OpenCLVersion::OpenCLVersion |
( |
const std::string & |
version | ) |
|
|
inline |
◆ getMajor()
int OCLV::OpenCLVersion::getMajor |
( |
| ) |
const |
|
inline |
◆ getMinor()
int OCLV::OpenCLVersion::getMinor |
( |
| ) |
const |
|
inline |
◆ isValid()
bool OCLV::OpenCLVersion::isValid |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool OCLV::OpenCLVersion::operator!= |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ operator<()
bool OCLV::OpenCLVersion::operator< |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ operator<=()
bool OCLV::OpenCLVersion::operator<= |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ operator==()
bool OCLV::OpenCLVersion::operator== |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ operator>()
bool OCLV::OpenCLVersion::operator> |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ operator>=()
bool OCLV::OpenCLVersion::operator>= |
( |
const OpenCLVersion & |
v | ) |
const |
|
inline |
◆ ocl_major
unsigned int OCLV::OpenCLVersion::ocl_major |
|
protected |
◆ ocl_minor
unsigned int OCLV::OpenCLVersion::ocl_minor |
|
protected |
The documentation for this class was generated from the following file: