@Name(value="std::vector<std::vector<std::pair<int32_t,int32_t> > >") @Properties(inherit=tensorflowlite.class) public class IntIntPairVectorVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
IntIntPairVectorVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntIntPairVectorVector() |
IntIntPairVectorVector(IntIntPairVector... array) |
IntIntPairVectorVector(IntIntPairVector value) |
IntIntPairVectorVector(long n) |
IntIntPairVectorVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntIntPairVector |
back() |
IntIntPairVectorVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
IntIntPairVectorVector.Iterator |
end() |
IntIntPairVectorVector.Iterator |
erase(IntIntPairVectorVector.Iterator pos) |
IntIntPairVector |
front() |
IntIntPairVector[] |
get() |
IntIntPairVector |
get(long i) |
IntIntPairVectorVector.Iterator |
insert(IntIntPairVectorVector.Iterator pos,
IntIntPairVector value) |
IntIntPairVector |
pop_back() |
IntIntPairVectorVector |
push_back(IntIntPairVector value) |
IntIntPairVectorVector |
put(IntIntPairVector... array) |
IntIntPairVectorVector |
put(IntIntPairVector value) |
IntIntPairVectorVector |
put(IntIntPairVectorVector x) |
IntIntPairVectorVector |
put(long i,
IntIntPairVector 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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IntIntPairVectorVector(Pointer p)
Pointer(Pointer)
.public IntIntPairVectorVector(IntIntPairVector value)
public IntIntPairVectorVector(IntIntPairVector... array)
public IntIntPairVectorVector()
public IntIntPairVectorVector(long n)
@Name(value="operator =") @ByRef public IntIntPairVectorVector put(@ByRef IntIntPairVectorVector x)
public boolean empty()
public long size()
public void clear()
public IntIntPairVector front()
public IntIntPairVector back()
@Index(function="at") @Cast(value="std::vector<std::pair<int32_t,int32_t> >*") @ByRef public IntIntPairVector get(@Cast(value="size_t") long i)
public IntIntPairVectorVector put(@Cast(value="size_t") long i, IntIntPairVector value)
@ByVal public IntIntPairVectorVector.Iterator insert(@ByVal IntIntPairVectorVector.Iterator pos, @Cast(value="std::vector<std::pair<int32_t,int32_t> >*") @ByRef IntIntPairVector value)
@ByVal public IntIntPairVectorVector.Iterator erase(@ByVal IntIntPairVectorVector.Iterator pos)
@ByVal public IntIntPairVectorVector.Iterator begin()
@ByVal public IntIntPairVectorVector.Iterator end()
public IntIntPairVector[] get()
public IntIntPairVector pop_back()
public IntIntPairVectorVector push_back(IntIntPairVector value)
public IntIntPairVectorVector put(IntIntPairVector value)
public IntIntPairVectorVector put(IntIntPairVector... array)
Copyright © 2025. All rights reserved.