@NoOffset @Name(value="std::pair<tensorflow::string,int>") public static class tensorflow.StringIntPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringIntPair() |
StringIntPair(BytePointer firstValue,
int secondValue) |
StringIntPair(Pointer p)
Pointer cast constructor.
|
StringIntPair(String firstValue,
int secondValue) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
first() |
tensorflow.StringIntPair |
first(BytePointer first) |
tensorflow.StringIntPair |
first(String first) |
tensorflow.StringIntPair |
put(BytePointer firstValue,
int secondValue) |
tensorflow.StringIntPair |
put(String firstValue,
int secondValue) |
tensorflow.StringIntPair |
put(tensorflow.StringIntPair x) |
int |
second() |
tensorflow.StringIntPair |
second(int second) |
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 StringIntPair(Pointer p)
Pointer.Pointer(Pointer).public StringIntPair(BytePointer firstValue, int secondValue)
public StringIntPair(String firstValue, int secondValue)
public StringIntPair()
@Name(value="operator=") @ByRef public tensorflow.StringIntPair put(@ByRef tensorflow.StringIntPair x)
@MemberGetter @StdString public BytePointer first()
public tensorflow.StringIntPair first(BytePointer first)
@MemberGetter public int second()
public tensorflow.StringIntPair second(int second)
@MemberSetter @Index public tensorflow.StringIntPair first(@StdString String first)
public tensorflow.StringIntPair put(BytePointer firstValue, int secondValue)
public tensorflow.StringIntPair put(String firstValue, int secondValue)
Copyright © 2019. All rights reserved.