Intel clGPU
blob< ElemTy, Dir > Class Template Reference

Represents data Blob object passed to a Function. More...

#include <functions_base.hpp>

Public Member Functions

 blob (ElemTy *ptr, size_t size)
 
 blob (const std::shared_ptr< buffer > &buffer, size_t size=0)
 
 blob (ElemTy *ptr)
 
std::shared_ptr< buffer_bindingget () const
 
 operator ElemTy * () const
 
 operator std::shared_ptr< buffer_binding > () const
 
 operator bool () const
 

Detailed Description

template<typename ElemTy, direction Dir = none>
class iclgpu::blob< ElemTy, Dir >

Represents data Blob object passed to a Function.

Definition at line 349 of file engine.hpp.


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