Class COM.odi.jcpp.voidPU
java.lang.Object
|
+----COM.odi.jcpp.voidPU
- public class voidPU
- extends Object
The voidPU class is the unsafe counterpart class for the voidP
class. The voidPU class contains a static method for an unsafe
operation on instances of the associated peer class, voidP.
-
cast(PeerPointer)
- Creates a voidP object and uses the same linear object reference
(linear address) as the specified peer pointer object.
cast
public static voidP cast(PeerPointer p)
- Creates a voidP object and uses the same linear object reference
(linear address) as the specified peer pointer object.
- Parameters:
- p - The peer pointer object whose linear address you want to copy.
- Returns:
- The newly created voidP object.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.