Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / org / apache / lucene / search / FieldComparator$IntComparator.h
Size: Mime:
#ifndef org_apache_lucene_search_FieldComparator$IntComparator_H
#define org_apache_lucene_search_FieldComparator$IntComparator_H

#include "org/apache/lucene/search/FieldComparator$NumericComparator.h"

namespace java {
  namespace lang {
    class String;
    class Class;
    class Integer;
  }
  namespace io {
    class IOException;
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace search {

        class FieldComparator$IntComparator : public ::org::apache::lucene::search::FieldComparator$NumericComparator {
         public:
          enum {
            mid_init$_4c744a429f69792b,
            mid_compare_8911bf18e41c2ffc,
            mid_compareBottom_898568c95ed890a7,
            mid_compareTop_898568c95ed890a7,
            mid_copy_3addb8559d77fc6e,
            mid_setBottom_54889bef30791899,
            mid_setTopValue_b1d657ab91d92b08,
            mid_value_8f8ef1abede0e721,
            max_mid
          };

          static ::java::lang::Class *class$;
          static jmethodID *mids$;
          static bool live$;
          static jclass initializeClass(bool);

          explicit FieldComparator$IntComparator(jobject obj) : ::org::apache::lucene::search::FieldComparator$NumericComparator(obj) {
            if (obj != NULL && mids$ == NULL)
              env->getClass(initializeClass);
          }
          FieldComparator$IntComparator(const FieldComparator$IntComparator& obj) : ::org::apache::lucene::search::FieldComparator$NumericComparator(obj) {}

          FieldComparator$IntComparator(jint, const ::java::lang::String &, const ::java::lang::Integer &);

          jint compare(jint, jint) const;
          jint compareBottom(jint) const;
          jint compareTop(jint) const;
          void copy(jint, jint) const;
          void setBottom(jint) const;
          void setTopValue(const ::java::lang::Integer &) const;
          ::java::lang::Integer value(jint) const;
        };
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace search {
        extern PyType_Def PY_TYPE_DEF(FieldComparator$IntComparator);
        extern PyTypeObject *PY_TYPE(FieldComparator$IntComparator);

        class t_FieldComparator$IntComparator {
        public:
          PyObject_HEAD
          FieldComparator$IntComparator object;
          PyTypeObject *parameters[1];
          static PyTypeObject **parameters_(t_FieldComparator$IntComparator *self)
          {
            return (PyTypeObject **) &(self->parameters);
          }
          static PyObject *wrap_Object(const FieldComparator$IntComparator&);
          static PyObject *wrap_jobject(const jobject&);
          static PyObject *wrap_Object(const FieldComparator$IntComparator&, PyTypeObject *);
          static PyObject *wrap_jobject(const jobject&, PyTypeObject *);
          static void install(PyObject *module);
          static void initialize(PyObject *module);
        };
      }
    }
  }
}

#endif