|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Types | |
| typedef cl_device_id | cl_type |
Public Member Functions | |
| Wrapper (const cl_type &obj) | |
| Wrapper (const Wrapper< cl_type > &rhs) | |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| Wrapper< cl_type > & | operator= (const cl_type &rhs) |
| cl_type | operator() () const |
| cl_type & | operator() () |
Protected Member Functions | |
| cl_int | retain () const |
| cl_int | release () const |
Static Protected Member Functions | |
| static bool | isReferenceCountable (cl_device_id device) |
Protected Attributes | |
| cl_type | object_ |
| bool | referenceCountable_ |