jogamp.openal
Class ALProcAddressTable

java.lang.Object
  extended by com.jogamp.gluegen.runtime.ProcAddressTable
      extended by jogamp.openal.ALProcAddressTable

public final class ALProcAddressTable
extends ProcAddressTable

This table is a cache of pointers to the dynamically-linkable C library.

See Also:
ProcAddressTable

Field Summary
 
Fields inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
DEBUG, DEBUG_PREFIX, debugNum
 
Constructor Summary
ALProcAddressTable()
           
ALProcAddressTable(FunctionAddressResolver resolver)
           
 
Method Summary
 
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
getAddressFor, getNullPointerFunctions, initEntry, isFunctionAvailable, isFunctionAvailableImpl, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ALProcAddressTable

public ALProcAddressTable()

ALProcAddressTable

public ALProcAddressTable(FunctionAddressResolver resolver)