All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robovm.llvm.binding.SymbolIteratorRef Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.4
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package org.robovm.llvm.binding;

public class SymbolIteratorRef {
  private long swigCPtr;

  protected SymbolIteratorRef(long cPtr, boolean futureUse) {
    swigCPtr = cPtr;
  }

  protected SymbolIteratorRef() {
    swigCPtr = 0;
  }

  protected static long getCPtr(SymbolIteratorRef obj) {
    return (obj == null) ? 0 : obj.swigCPtr;
  }

  public int hashCode() {
    return 31 + (int) (swigCPtr ^ (swigCPtr >>> 32));
  }

  public boolean equals(Object obj) {
    if (this == obj) {
        return true;
    }
    if (obj == null) {
        return false;
    }
    if (getClass() != obj.getClass()) {
        return false;
    }
    SymbolIteratorRef other = (SymbolIteratorRef) obj;
    return swigCPtr == other.swigCPtr;
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy