CLOGS
C++ library for sorting and searching in OpenCL applications
clogs::ScanProblem Class Reference

Encapsulates the specifics of a scan problem. More...

#include <scan.h>

Public Member Functions

 ScanProblem (const ScanProblem &)
 
ScanProblemoperator= (const ScanProblem &)
 
void setType (const Type &type)
 Set the element type for the scan. More...
 
void setTunePolicy (const TunePolicy &tunePolicy)
 Set the autotuning policy.
 

Friends

const detail::ScanProblem & detail::getDetail (const clogs::ScanProblem &)
 

Detailed Description

Encapsulates the specifics of a scan problem.

After construction, use methods (particularly setType) to configure the scan.

Member Function Documentation

void clogs::ScanProblem::setType ( const Type type)

Set the element type for the scan.

Parameters
typeThe element type
Exceptions
std::invalid_argumentif type is not an integral scalar or vector type

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