@Name(value="std::deque<int>") public static class opencv_text.IntDeque extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IntDeque() |
IntDeque(int... array) |
IntDeque(long n) |
IntDeque(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get(long i) |
opencv_text.IntDeque |
put(int... array) |
opencv_text.IntDeque |
put(long i,
int value) |
opencv_text.IntDeque |
put(opencv_text.IntDeque x) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic IntDeque(Pointer p)
Pointer.Pointer(Pointer).public IntDeque(int... array)
public IntDeque()
public IntDeque(long n)
@Name(value="operator=") @ByRef public opencv_text.IntDeque put(@ByRef opencv_text.IntDeque x)
public long size()
public opencv_text.IntDeque put(@Cast(value="size_t") long i, int value)
public opencv_text.IntDeque put(int... array)
Copyright © 2017. All rights reserved.