@Name(value="std::vector<std::vector<caffe::Blob<double>*> >") @Properties(inherit=caffe.class) public class DoubleBlobVectorVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleBlobVectorVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DoubleBlobVectorVector() |
DoubleBlobVectorVector(DoubleBlobVector... array) |
DoubleBlobVectorVector(DoubleBlobVector value) |
DoubleBlobVectorVector(long n) |
DoubleBlobVectorVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleBlobVectorVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
DoubleBlobVectorVector.Iterator |
end() |
DoubleBlobVectorVector.Iterator |
erase(DoubleBlobVectorVector.Iterator pos) |
DoubleBlobVector[] |
get() |
DoubleBlobVector |
get(long i) |
DoubleBlobVectorVector.Iterator |
insert(DoubleBlobVectorVector.Iterator pos,
DoubleBlobVector value) |
DoubleBlobVector |
pop_back() |
DoubleBlobVectorVector |
push_back(DoubleBlobVector value) |
DoubleBlobVectorVector |
put(DoubleBlobVector... array) |
DoubleBlobVectorVector |
put(DoubleBlobVector value) |
DoubleBlobVectorVector |
put(DoubleBlobVectorVector x) |
DoubleBlobVectorVector |
put(long i,
DoubleBlobVector 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, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DoubleBlobVectorVector(Pointer p)
Pointer.Pointer(Pointer).public DoubleBlobVectorVector(DoubleBlobVector value)
public DoubleBlobVectorVector(DoubleBlobVector... array)
public DoubleBlobVectorVector()
public DoubleBlobVectorVector(long n)
@Name(value="operator =") @ByRef public DoubleBlobVectorVector put(@ByRef DoubleBlobVectorVector x)
public boolean empty()
public long size()
public void clear()
public DoubleBlobVectorVector put(@Cast(value="size_t") long i, DoubleBlobVector value)
@ByVal public DoubleBlobVectorVector.Iterator insert(@ByVal DoubleBlobVectorVector.Iterator pos, @ByRef DoubleBlobVector value)
@ByVal public DoubleBlobVectorVector.Iterator erase(@ByVal DoubleBlobVectorVector.Iterator pos)
@ByVal public DoubleBlobVectorVector.Iterator begin()
@ByVal public DoubleBlobVectorVector.Iterator end()
public DoubleBlobVector[] get()
public DoubleBlobVector pop_back()
public DoubleBlobVectorVector push_back(DoubleBlobVector value)
public DoubleBlobVectorVector put(DoubleBlobVector value)
public DoubleBlobVectorVector put(DoubleBlobVector... array)
Copyright © 2020. All rights reserved.