org.bridj.cpp
Class CPPRuntime.MemoryOperators

java.lang.Object
  extended by org.bridj.cpp.CPPRuntime.MemoryOperators
Enclosing class:
CPPRuntime

public static class CPPRuntime.MemoryOperators
extends Object


Constructor Summary
CPPRuntime.MemoryOperators(NativeLibrary library)
           
 
Method Summary
 void cppDelete(Pointer<?> ptr)
           
 void cppDeleteArray(Pointer<?> ptr)
           
 Pointer<?> cppNew(long size)
           
 Pointer<?> cppNewArray(long size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPRuntime.MemoryOperators

public CPPRuntime.MemoryOperators(NativeLibrary library)
Method Detail

cppNew

public Pointer<?> cppNew(long size)

cppNewArray

public Pointer<?> cppNewArray(long size)

cppDelete

public void cppDelete(Pointer<?> ptr)

cppDeleteArray

public void cppDeleteArray(Pointer<?> ptr)


Copyright © 2009-2013. All Rights Reserved.