9 package com.google.ortools.constraintsolver;
12 private transient long swigCPtr;
15 protected RevBool(
long cPtr,
boolean cMemoryOwn) {
21 return (obj ==
null) ? 0 : obj.swigCPtr;
28 public synchronized void delete() {
32 mainJNI.delete_RevBool(swigCPtr);
39 this(mainJNI.new_RevBool(val),
true);
43 return mainJNI.RevBool_value(swigCPtr,
this);
47 mainJNI.RevBool_setValue(swigCPtr,
this,
Solver.
getCPtr(s), s, val);