public class gim_bitset extends BulletBase
className| Constructor and Description |
|---|
gim_bitset() |
gim_bitset(long cPtr,
boolean cMemoryOwn)
Construct a new gim_bitset, normally you should not need this constructor it's intended for low-level usage.
|
gim_bitset(SWIGTYPE_p_GUINT bits_count) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear_all() |
void |
clear(SWIGTYPE_p_GUINT bit_index) |
char |
get(SWIGTYPE_p_GUINT bit_index) |
SWIGTYPE_p_gim_arrayT_GUINT_t |
getContainer() |
static long |
getCPtr(gim_bitset obj) |
boolean |
resize(SWIGTYPE_p_GUINT newsize) |
void |
set_all() |
void |
set(SWIGTYPE_p_GUINT bit_index) |
void |
setContainer(SWIGTYPE_p_gim_arrayT_GUINT_t value) |
SWIGTYPE_p_GUINT |
size() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic gim_bitset(long cPtr,
boolean cMemoryOwn)
public gim_bitset()
public gim_bitset(SWIGTYPE_p_GUINT bits_count)
public static long getCPtr(gim_bitset obj)
public void setContainer(SWIGTYPE_p_gim_arrayT_GUINT_t value)
public SWIGTYPE_p_gim_arrayT_GUINT_t getContainer()
public boolean resize(SWIGTYPE_p_GUINT newsize)
public SWIGTYPE_p_GUINT size()
public void set_all()
public void clear_all()
public void set(SWIGTYPE_p_GUINT bit_index)
public char get(SWIGTYPE_p_GUINT bit_index)
public void clear(SWIGTYPE_p_GUINT bit_index)
Copyright © 2021. All rights reserved.