| 
|   | 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) | 
|   | 
|   | Context (const cl_context &context) | 
|   | 
| Context &  | operator= (const Context &rhs) | 
|   | 
| Context &  | operator= (const cl_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  | 
|   | 
|   | Wrapper () | 
|   | 
|   | Wrapper (const cl_type &obj) | 
|   | 
|   | Wrapper (const Wrapper< cl_type > &rhs) | 
|   | 
|   | ~Wrapper () | 
|   | 
| Wrapper< cl_type > &  | operator= (const Wrapper< cl_type > &rhs) | 
|   | 
| Wrapper< cl_type > &  | operator= (const cl_type &rhs) | 
|   | 
| cl_type  | operator() () const | 
|   | 
| cl_type &  | operator() () | 
|   | 
Definition at line 1519 of file cl.hpp.