public class add_piece_flags_t
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
add_piece_flags_t() |
protected |
add_piece_flags_t(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
static add_piece_flags_t |
all() |
add_piece_flags_t |
and_(add_piece_flags_t other) |
void |
delete() |
boolean |
eq(add_piece_flags_t f) |
protected void |
finalize() |
protected static long |
getCPtr(add_piece_flags_t obj) |
add_piece_flags_t |
inv() |
boolean |
ne(add_piece_flags_t f) |
boolean |
nonZero() |
add_piece_flags_t |
or_(add_piece_flags_t other) |
int |
to_int() |
add_piece_flags_t |
xor(add_piece_flags_t other) |
protected add_piece_flags_t(long cPtr, boolean cMemoryOwn)
public add_piece_flags_t()
protected static long getCPtr(add_piece_flags_t obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public static add_piece_flags_t all()
public boolean nonZero()
public boolean eq(add_piece_flags_t f)
public boolean ne(add_piece_flags_t f)
public add_piece_flags_t or_(add_piece_flags_t other)
public add_piece_flags_t and_(add_piece_flags_t other)
public add_piece_flags_t xor(add_piece_flags_t other)
public add_piece_flags_t inv()
public int to_int()