net.sourceforge.swimp.coin
Class CoinWarmStartDiff

java.lang.Object
  extended by net.sourceforge.swimp.coin.CoinWarmStartDiff

public class CoinWarmStartDiff
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CoinWarmStartDiff()
          This constructor creates the proxy which initially does not create nor own any C memory
CoinWarmStartDiff(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 CoinWarmStartDiff clone()
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(CoinWarmStartDiff obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CoinWarmStartDiff

public CoinWarmStartDiff(long cPtr,
                         boolean cMemoryOwn)

CoinWarmStartDiff

public CoinWarmStartDiff()
This constructor creates the proxy which initially does not create nor own any C memory

Method Detail

getCPtr

public static long getCPtr(CoinWarmStartDiff obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

clone

public CoinWarmStartDiff clone()
Overrides:
clone in class java.lang.Object