Java Reference

Java Reference

BaseObject

Detailed Description

A BaseObject is the root of all reversibly allocated objects.

A DebugString method and the associated

operator<

are implemented as a convenience.

Definition at line 14 of file BaseObject.java.

Public Member Functions

synchronized void delete ()
 
 BaseObject ()
 
String toString ()
 

Protected Member Functions

 BaseObject (long cPtr, boolean cMemoryOwn)
 

Constructor & Destructor Documentation

◆ BaseObject() [1/2]

BaseObject ( long  cPtr,
boolean  cMemoryOwn 
)
inlineprotected

Definition at line 18 of file BaseObject.java.

◆ BaseObject() [2/2]

BaseObject ( )
inline

Definition at line 42 of file BaseObject.java.

Member Function Documentation

◆ delete()

◆ toString()


The documentation for this class was generated from the following file: