Package org.bytedeco.gsl
Class _gsl_vector_long_const_view
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl._gsl_vector_long_const_view
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class _gsl_vector_long_const_view extends Pointer
-
-
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 _gsl_vector_long_const_view()Default native constructor._gsl_vector_long_const_view(long size)Native array allocator._gsl_vector_long_const_view(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description _gsl_vector_long_const_viewgetPointer(long i)_gsl_vector_long_const_viewposition(long position)gsl_vector_longvector()_gsl_vector_long_const_viewvector(gsl_vector_long setter)-
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, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
_gsl_vector_long_const_view
public _gsl_vector_long_const_view()
Default native constructor.
-
_gsl_vector_long_const_view
public _gsl_vector_long_const_view(long size)
Native array allocator. Access withPointer.position(long).
-
_gsl_vector_long_const_view
public _gsl_vector_long_const_view(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public _gsl_vector_long_const_view position(long position)
-
getPointer
public _gsl_vector_long_const_view getPointer(long i)
- Overrides:
getPointerin classPointer
-
vector
@ByRef public gsl_vector_long vector()
-
vector
public _gsl_vector_long_const_view vector(gsl_vector_long setter)
-
-