@Name(value="caffe::BlockingQueue<caffe::Datum*>") @NoOffset @Properties(inherit=caffe.class) public class DatumBlockingQueue extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DatumBlockingQueue() |
DatumBlockingQueue(long size)
Native array allocator.
|
DatumBlockingQueue(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Datum |
peek() |
Datum |
pop() |
Datum |
pop(BytePointer log_on_wait) |
Datum |
pop(String log_on_wait) |
DatumBlockingQueue |
position(long position) |
void |
push(Datum t) |
long |
size() |
boolean |
try_peek(Datum t) |
boolean |
try_peek(PointerPointer t) |
boolean |
try_pop(Datum t) |
boolean |
try_pop(PointerPointer t) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DatumBlockingQueue(Pointer p)
Pointer.Pointer(Pointer).public DatumBlockingQueue(long size)
Pointer.position(long).public DatumBlockingQueue()
public DatumBlockingQueue position(long position)
@Cast(value="bool") public boolean try_pop(@Cast(value="caffe::Datum**") PointerPointer t)
public Datum pop(@StdString BytePointer log_on_wait)
public Datum pop()
public Datum pop(@StdString String log_on_wait)
@Cast(value="bool") public boolean try_peek(@Cast(value="caffe::Datum**") PointerPointer t)
public Datum peek()
Copyright © 2020. All rights reserved.