multi_ptr<void, asp>
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) | |
(6) |
-
(default)
Default constructor
-
Initialize the object using the given pointer.
Parameters:-
cl::sycl::multi_ptr<void, asp>::pointer_t
ptr
: Pointer that the class should manipulate.
-
-
Initialize the object using an accessor
Parameters:-
cl::sycl::accessor<void, dimensions, Mode, detail::address_space_trait<void, asp>::target, isPlaceholder>
acc
: Accessor to retrieve the pointer from
-
-
Initialize the object using an accessor
Parameters:-
accessor<ElementType, dimensions, Mode, detail::address_space_trait<ElementType, asp>::target, isPlaceholder>
acc
: Accessor to retrieve the pointer from
-
-
Explicit conversion from a multi_ptr
Parameters:-
const multi_ptr<ElementType, asp> &
ptr
: Pointer to convert to multi_ptr
-
-
Initialize the object using the given non address space qualified pointer.
Parameters:-
void *
ptr
: Pointer that is not address space qualified
-