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