@NoOffset
@Name(value="std::pair<fasttext::real,std::string>")
public static class FastTextWrapper.FloatStringPair
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
FloatStringPair() |
FloatStringPair(float firstValue,
org.bytedeco.javacpp.BytePointer secondValue) |
FloatStringPair(float firstValue,
String secondValue) |
FloatStringPair(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
first() |
FastTextWrapper.FloatStringPair |
first(float first) |
FastTextWrapper.FloatStringPair |
put(FastTextWrapper.FloatStringPair x) |
FastTextWrapper.FloatStringPair |
put(float firstValue,
org.bytedeco.javacpp.BytePointer secondValue) |
FastTextWrapper.FloatStringPair |
put(float firstValue,
String secondValue) |
org.bytedeco.javacpp.BytePointer |
second() |
FastTextWrapper.FloatStringPair |
second(org.bytedeco.javacpp.BytePointer second) |
FastTextWrapper.FloatStringPair |
second(String 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 FloatStringPair(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public FloatStringPair(float firstValue,
org.bytedeco.javacpp.BytePointer secondValue)
public FloatStringPair(float firstValue,
String secondValue)
public FloatStringPair()
@Name(value="operator=") @ByRef public FastTextWrapper.FloatStringPair put(@ByRef FastTextWrapper.FloatStringPair x)
@MemberGetter @ByRef public float first()
public FastTextWrapper.FloatStringPair first(float first)
@MemberGetter @StdString public org.bytedeco.javacpp.BytePointer second()
public FastTextWrapper.FloatStringPair second(org.bytedeco.javacpp.BytePointer second)
@MemberSetter @Index public FastTextWrapper.FloatStringPair second(@StdString String second)
public FastTextWrapper.FloatStringPair put(float firstValue, org.bytedeco.javacpp.BytePointer secondValue)
public FastTextWrapper.FloatStringPair put(float firstValue, String secondValue)
Copyright © 2018. All rights reserved.