cl::Context Class Reference

#include <cl.hpp>

Inheritance diagram for cl::Context:
Inheritance graph
[legend]
Collaboration diagram for cl::Context:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Context (const VECTOR_CLASS< Device > &devices, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL)
 Context (cl_device_type type, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL)
 Context ()
 Context (const Context &context)
Contextoperator= (const Context &rhs)
template<typename T >
cl_int getInfo (cl_context_info name, T *param) const
template<cl_int name>
detail::param_traits
< detail::cl_context_info,
name >::param_type 
getInfo (cl_int *err=NULL) const
cl_int getSupportedImageFormats (cl_mem_flags flags, cl_mem_object_type type, VECTOR_CLASS< ImageFormat > *formats) const

Constructor & Destructor Documentation

cl::Context::Context ( const VECTOR_CLASS< Device > &  devices,
cl_context_properties *  properties = NULL,
void(CL_CALLBACK *notifyFptr)(const char *,const void *,::size_t,void *)  = NULL,
void data = NULL,
cl_int *  err = NULL 
) [inline]
cl::Context::Context ( cl_device_type  type,
cl_context_properties *  properties = NULL,
void(CL_CALLBACK *notifyFptr)(const char *,const void *,::size_t,void *)  = NULL,
void data = NULL,
cl_int *  err = NULL 
) [inline]
cl::Context::Context (  )  [inline]
cl::Context::Context ( const Context context  )  [inline]

Member Function Documentation

template<cl_int name>
detail::param_traits<detail::cl_context_info, name>::param_type cl::Context::getInfo ( cl_int *  err = NULL  )  const [inline]

Here is the call graph for this function:

template<typename T >
cl_int cl::Context::getInfo ( cl_context_info  name,
T param 
) const [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

cl_int cl::Context::getSupportedImageFormats ( cl_mem_flags  flags,
cl_mem_object_type  type,
VECTOR_CLASS< ImageFormat > *  formats 
) const [inline]

Here is the call graph for this function:

Context& cl::Context::operator= ( const Context rhs  )  [inline]

Reimplemented from cl::detail::Wrapper< cl_context >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1