public class ConfigSpace
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigSpace.ByReference |
static class |
ConfigSpace.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.ptr.PointerByReference |
entity_map_key |
int |
entity_map_size |
OtherOptionEntity.ByReference |
entity_map_val |
com.sun.jna.ptr.PointerByReference |
space_map_key |
int |
space_map_size |
OtherOptionSpace.ByReference |
space_map_val |
| Constructor and Description |
|---|
ConfigSpace() |
ConfigSpace(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.ptr.PointerByReference |
getEntityMapKey() |
int |
getEntityMapSize() |
OtherOptionEntity.ByReference |
getEntityMapVal() |
protected java.util.List<java.lang.String> |
getFieldOrder() |
com.sun.jna.ptr.PointerByReference |
getSpaceMapKey() |
int |
getSpaceMapSize() |
OtherOptionSpace.ByReference |
getSpaceMapVal() |
void |
setEntityMapKey(com.sun.jna.ptr.PointerByReference entity_map_key) |
void |
setEntityMapSize(int entity_map_size) |
void |
setEntityMapVal(OtherOptionEntity.ByReference entity_map_val) |
void |
setSpaceMapKey(com.sun.jna.ptr.PointerByReference space_map_key) |
void |
setSpaceMapSize(int space_map_size) |
void |
setSpaceMapVal(OtherOptionSpace.ByReference space_map_val) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int entity_map_size
public com.sun.jna.ptr.PointerByReference entity_map_key
public OtherOptionEntity.ByReference entity_map_val
public int space_map_size
public com.sun.jna.ptr.PointerByReference space_map_key
public OtherOptionSpace.ByReference space_map_val
public ConfigSpace()
public ConfigSpace(com.sun.jna.Pointer peer)
protected java.util.List<java.lang.String> getFieldOrder()
getFieldOrder in class com.sun.jna.Structurepublic void setEntityMapSize(int entity_map_size)
public int getEntityMapSize()
public void setEntityMapKey(com.sun.jna.ptr.PointerByReference entity_map_key)
public com.sun.jna.ptr.PointerByReference getEntityMapKey()
public void setEntityMapVal(OtherOptionEntity.ByReference entity_map_val)
public OtherOptionEntity.ByReference getEntityMapVal()
public void setSpaceMapSize(int space_map_size)
public int getSpaceMapSize()
public void setSpaceMapKey(com.sun.jna.ptr.PointerByReference space_map_key)
public com.sun.jna.ptr.PointerByReference getSpaceMapKey()
public void setSpaceMapVal(OtherOptionSpace.ByReference space_map_val)
public OtherOptionSpace.ByReference getSpaceMapVal()