@NoOffset @Name(value="std::pair<int,int>") @Properties(inherit=onnxruntime.class) public class IntPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IntPair() |
IntPair(int firstValue,
int secondValue) |
IntPair(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
first() |
IntPair |
first(int first) |
IntPair |
put(int firstValue,
int secondValue) |
IntPair |
put(IntPair x) |
int |
second() |
IntPair |
second(int second) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, trimMemory, withDeallocator, zeropublic IntPair(Pointer p)
Pointer(Pointer).public IntPair(int firstValue,
int secondValue)
public IntPair()
@MemberGetter public int first()
public IntPair first(int first)
@MemberGetter public int second()
public IntPair second(int second)
public IntPair put(int firstValue, int secondValue)
Copyright © 2026. All rights reserved.