@NoOffset
@Name(value="std::pair<fasttext::real,int32_t>")
public static class FastTextWrapper.DoubleIntPair
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DoubleIntPair() |
DoubleIntPair(float firstValue,
int secondValue) |
DoubleIntPair(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
first() |
FastTextWrapper.DoubleIntPair |
first(float first) |
FastTextWrapper.DoubleIntPair |
put(FastTextWrapper.DoubleIntPair x) |
FastTextWrapper.DoubleIntPair |
put(float firstValue,
int secondValue) |
int |
second() |
FastTextWrapper.DoubleIntPair |
second(int second) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic DoubleIntPair(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DoubleIntPair(float firstValue,
int secondValue)
public DoubleIntPair()
@Name(value="operator=") @ByRef public FastTextWrapper.DoubleIntPair put(@ByRef FastTextWrapper.DoubleIntPair x)
@MemberGetter @ByRef public float first()
public FastTextWrapper.DoubleIntPair first(float first)
@MemberGetter public int second()
public FastTextWrapper.DoubleIntPair second(int second)
public FastTextWrapper.DoubleIntPair put(float firstValue, int secondValue)
Copyright © 2018. All rights reserved.