public PBool(PBool other) : this(PapillonPINVOKE.new_PBool__SWIG_2(PBool.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
internal override void RemoveChild(Node child) { if (_bool_ == child) { _bool_ = null; return; } }
public void SetBool(PBool node) { if (_bool_ != null) { _bool_.Parent(null); } if (node != null) { if (node.Parent() != null) { node.Parent().RemoveChild(node); } node.Parent(this); } _bool_ = node; }
public ABooleanConstExp( PBool _bool_ ) { SetBool(_bool_); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PBool obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }