public class IntBoolPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
IntBoolPair() |
|
IntBoolPair(int first,
boolean second) |
|
IntBoolPair(IntBoolPair other) |
protected |
IntBoolPair(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(IntBoolPair obj) |
int |
getFirst() |
boolean |
getSecond() |
void |
setFirst(int value) |
void |
setSecond(boolean value) |
protected static long |
swigRelease(IntBoolPair obj) |
protected IntBoolPair(long cPtr, boolean cMemoryOwn)
public IntBoolPair()
public IntBoolPair(int first, boolean second)
public IntBoolPair(IntBoolPair other)
protected static long getCPtr(IntBoolPair obj)
protected static long swigRelease(IntBoolPair obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFirst(int value)
public int getFirst()
public void setSecond(boolean value)
public boolean getSecond()
Copyright © 2025. All rights reserved.