Package org.bytedeco.cuda.cudart
Class CUmemAccessDesc
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.CUmemAccessDesc
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class CUmemAccessDesc extends Pointer
Memory access descriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description CUmemAccessDesc()Default native constructor.CUmemAccessDesc(long size)Native array allocator.CUmemAccessDesc(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intflags()::CUmemProt accessibility flags to set on the requestCUmemAccessDescflags(int setter)CUmemAccessDescgetPointer(long i)CUmemLocationlocation()Location on which the request is to change it's accessibilityCUmemAccessDesclocation(CUmemLocation setter)CUmemAccessDescposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
CUmemAccessDesc
public CUmemAccessDesc()
Default native constructor.
-
CUmemAccessDesc
public CUmemAccessDesc(long size)
Native array allocator. Access withPointer.position(long).
-
CUmemAccessDesc
public CUmemAccessDesc(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public CUmemAccessDesc position(long position)
-
getPointer
public CUmemAccessDesc getPointer(long i)
- Overrides:
getPointerin classPointer
-
location
@ByRef public CUmemLocation location()
Location on which the request is to change it's accessibility
-
location
public CUmemAccessDesc location(CUmemLocation setter)
-
flags
@Cast("CUmemAccess_flags") public int flags()
::CUmemProt accessibility flags to set on the request
-
flags
public CUmemAccessDesc flags(int setter)
-
-