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