Smart pointer to a PPL, C++ object. More...

Protected Member Functions | |
| PPL_Object () | |
| Builds an object that points to `null'. | |
Static Package Functions | |
| [static initializer] | |
Package Attributes | |
| long | ptr |
| Stores the value of the C++ pointer. | |
Static Private Member Functions | |
| static native void | initIDs () |
Smart pointer to a PPL, C++ object.
Definition at line 32 of file PPL_Object.java.
| parma_polyhedra_library::PPL_Object::PPL_Object | ( | ) | [inline, protected] |
Builds an object that points to `null'.
Definition at line 38 of file PPL_Object.java.
References ptr.
| parma_polyhedra_library::PPL_Object::[static initializer] | ( | ) | [inline, static, package] |
| static native void parma_polyhedra_library::PPL_Object::initIDs | ( | ) | [static, private] |
long parma_polyhedra_library::PPL_Object::ptr [package] |
Stores the value of the C++ pointer.
Definition at line 35 of file PPL_Object.java.
Referenced by PPL_Object().
1.6.3