@Name(value="std::vector<std::pair<tensorflow::string,tensorflow::FunctionDefHelper::AttrValueWrapper> >") public static class tensorflow.StringAttrPairVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringAttrPairVector() |
StringAttrPairVector(BytePointer[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
StringAttrPairVector(long n) |
StringAttrPairVector(Pointer p)
Pointer cast constructor.
|
StringAttrPairVector(String[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
empty() |
BytePointer |
first(long i) |
tensorflow.StringAttrPairVector |
first(long i,
BytePointer first) |
tensorflow.StringAttrPairVector |
first(long i,
String first) |
tensorflow.StringAttrPairVector |
put(BytePointer[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
tensorflow.StringAttrPairVector |
put(String[] firstValue,
tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue) |
tensorflow.StringAttrPairVector |
put(tensorflow.StringAttrPairVector x) |
void |
resize(long n) |
tensorflow.FunctionDefHelper.AttrValueWrapper |
second(long i) |
tensorflow.StringAttrPairVector |
second(long i,
tensorflow.FunctionDefHelper.AttrValueWrapper second) |
long |
size() |
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, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringAttrPairVector(Pointer p)
Pointer.Pointer(Pointer).public StringAttrPairVector(BytePointer[] firstValue, tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue)
public StringAttrPairVector(String[] firstValue, tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue)
public StringAttrPairVector()
public StringAttrPairVector(long n)
@Name(value="operator=") @ByRef public tensorflow.StringAttrPairVector put(@ByRef tensorflow.StringAttrPairVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @StdString public BytePointer first(@Cast(value="size_t") long i)
public tensorflow.StringAttrPairVector first(@Cast(value="size_t") long i, BytePointer first)
@Index(function="at") @ByRef public tensorflow.FunctionDefHelper.AttrValueWrapper second(@Cast(value="size_t") long i)
public tensorflow.StringAttrPairVector second(@Cast(value="size_t") long i, tensorflow.FunctionDefHelper.AttrValueWrapper second)
@MemberSetter @Index(function="at") public tensorflow.StringAttrPairVector first(@Cast(value="size_t") long i, @StdString String first)
public tensorflow.StringAttrPairVector put(BytePointer[] firstValue, tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue)
public tensorflow.StringAttrPairVector put(String[] firstValue, tensorflow.FunctionDefHelper.AttrValueWrapper[] secondValue)
Copyright © 2019. All rights reserved.