org.bridj.cpp
Class CPPRuntime.CPPDestructor

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.Callback
          extended by org.bridj.cpp.CPPRuntime.CPPDestructor
All Implemented Interfaces:
CallbackInterface, NativeObjectInterface
Enclosing class:
CPPRuntime

public abstract static class CPPRuntime.CPPDestructor
extends Callback


Field Summary
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
CPPRuntime.CPPDestructor()
           
 
Method Summary
abstract  void destroy(long peer)
           
 
Methods inherited from class org.bridj.Callback
toPointer
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPRuntime.CPPDestructor

public CPPRuntime.CPPDestructor()
Method Detail

destroy

public abstract void destroy(long peer)


Copyright © 2009-2012. All Rights Reserved.