@Name(value="std::vector<tensorflow::StringPiece>") public static class tensorflow.StringPieceVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.StringPieceVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringPieceVector() |
StringPieceVector(BytePointer... array) |
StringPieceVector(BytePointer value) |
StringPieceVector(long n) |
StringPieceVector(Pointer p)
Pointer cast constructor.
|
StringPieceVector(String... array) |
StringPieceVector(String value) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringPieceVector(Pointer p)
Pointer.Pointer(Pointer).public StringPieceVector(BytePointer value)
public StringPieceVector(BytePointer... array)
public StringPieceVector(String value)
public StringPieceVector(String... array)
public StringPieceVector()
public StringPieceVector(long n)
@Name(value="operator=") @ByRef public tensorflow.StringPieceVector put(@ByRef tensorflow.StringPieceVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @tensorflow.StringPiece public BytePointer get(@Cast(value="size_t") long i)
public tensorflow.StringPieceVector put(@Cast(value="size_t") long i, BytePointer value)
@ValueSetter @Index(function="at") public tensorflow.StringPieceVector put(@Cast(value="size_t") long i, @tensorflow.StringPiece String value)
@ByVal public tensorflow.StringPieceVector.Iterator insert(@ByVal tensorflow.StringPieceVector.Iterator pos, @tensorflow.StringPiece BytePointer value)
@ByVal public tensorflow.StringPieceVector.Iterator erase(@ByVal tensorflow.StringPieceVector.Iterator pos)
@ByVal public tensorflow.StringPieceVector.Iterator begin()
@ByVal public tensorflow.StringPieceVector.Iterator end()
public BytePointer[] get()
public BytePointer pop_back()
public tensorflow.StringPieceVector push_back(BytePointer value)
public tensorflow.StringPieceVector put(BytePointer value)
public tensorflow.StringPieceVector put(BytePointer... array)
public tensorflow.StringPieceVector push_back(String value)
public tensorflow.StringPieceVector put(String value)
public tensorflow.StringPieceVector put(String... array)
Copyright © 2019. All rights reserved.