@Name(value="std::deque<int>") @Properties(inherit=opencv_text.class) public class IntDeque extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
IntDeque.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntDeque() |
IntDeque(int... array) |
IntDeque(long n) |
IntDeque(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntDeque.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
IntDeque.Iterator |
end() |
IntDeque.Iterator |
erase(IntDeque.Iterator pos) |
int[] |
get() |
int |
get(long i) |
IntDeque.Iterator |
insert(IntDeque.Iterator pos,
int value) |
int |
pop_back() |
IntDeque |
push_back(int value) |
IntDeque |
put(int... array) |
IntDeque |
put(int value) |
IntDeque |
put(IntDeque x) |
IntDeque |
put(long i,
int value) |
void |
resize(long n) |
long |
size() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IntDeque(Pointer p)
Pointer.Pointer(Pointer)
.public IntDeque(int... array)
public IntDeque()
public IntDeque(long n)
public boolean empty()
public long size()
public void clear()
@ByVal public IntDeque.Iterator insert(@ByVal IntDeque.Iterator pos, int value)
@ByVal public IntDeque.Iterator erase(@ByVal IntDeque.Iterator pos)
@ByVal public IntDeque.Iterator begin()
@ByVal public IntDeque.Iterator end()
public int[] get()
public int pop_back()
public IntDeque push_back(int value)
public IntDeque put(int value)
public IntDeque put(int... array)
Copyright © 2020. All rights reserved.