Package host.anzo.eossdk.eos.sdk.lobby
Class EOS_Lobby_AttributeData.Value_union
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
host.anzo.eossdk.eos.sdk.lobby.EOS_Lobby_AttributeData.Value_union
- Direct Known Subclasses:
EOS_Lobby_AttributeData.Value_union.ByReference,EOS_Lobby_AttributeData.Value_union.ByValue
- Enclosing class:
- EOS_Lobby_AttributeData
public static class EOS_Lobby_AttributeData.Value_union
extends com.sun.jna.Union
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintStored as a booleandoubleStored as a double precision floating pointlongStored as an 8 byte integercom.sun.jna.PointerStored as a null terminated UTF8 stringFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionValue_union(double AsDouble) Value_union(int AsBool) Value_union(long AsInt64) Value_union(com.sun.jna.Pointer AsUtf8) -
Method Summary
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldMethods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
-
Field Details
-
AsInt64
public long AsInt64Stored as an 8 byte integer -
AsDouble
public double AsDoubleStored as a double precision floating point -
AsBool
public int AsBoolStored as a boolean -
AsUtf8
public com.sun.jna.Pointer AsUtf8Stored as a null terminated UTF8 string
-
-
Constructor Details
-
Value_union
public Value_union() -
Value_union
public Value_union(long AsInt64) -
Value_union
public Value_union(double AsDouble) -
Value_union
public Value_union(int AsBool) -
Value_union
public Value_union(com.sun.jna.Pointer AsUtf8)
-