PointerWrapperAMDDebugOutputCallback, ARBDebugOutputCallback, CLBuildProgramCallback, CLCommandQueue, CLCompileProgramCallback, CLContext, CLContextCallback, CLDevice, CLEvent, CLEventCallback, CLKernel, CLLinkProgramCallback, CLMem, CLMemObjectDestructorCallback, CLNativeKernel, CLPlatform, CLPrintfCallback, CLProgram, CLSampler, EGLConfig, EGLContext, EGLDisplay, EGLImageOES, EGLSurface, EGLSyncKHR, EGLSyncNV, GLSync, GLSync, KHRDebugCallback, KHRDebugCallbackpublic abstract class PointerWrapperAbstract extends Object implements PointerWrapper
| Modifier and Type | Field | Description |
|---|---|---|
protected long |
pointer |
| Modifier | Constructor | Description |
|---|---|---|
protected |
PointerWrapperAbstract(long pointer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkValid() |
Checks if the pointer is valid and throws an IllegalStateException if
it is not.
|
boolean |
equals(Object o) |
|
long |
getPointer() |
|
int |
hashCode() |
|
boolean |
isValid() |
Returns true if this object represents a valid pointer.
|
String |
toString() |
public boolean isValid()
public final void checkValid()
public final long getPointer()
getPointer in interface PointerWrapperCopyright © 2002-2009 lwjgl.org. All Rights Reserved.