public class
TF_Status
Public Constructors
Inherited Methods
void |
delete()
Calls the deallocator, if registered, otherwise has no effect.
|
static TF_Status |
newStatus()
Calls TF_NewStatus(), and registers a deallocator.
|
void |
throwExceptionIfNotOK()
Map TF_Code to unchecked exception, and throw if not TF_OK.
|
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public TF_Status ()
Empty constructor. Calls super((Pointer)null)
.