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$NumericComparator.h
Size: Mime:
#ifndef org_apache_lucene_search_FieldComparator$NumericComparator_H
#define org_apache_lucene_search_FieldComparator$NumericComparator_H

#include "org/apache/lucene/search/SimpleFieldComparator.h"

namespace java {
  namespace lang {
    class String;
    class Class;
    class Number;
  }
}
template<class T> class JArray;

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

        class FieldComparator$NumericComparator : public ::org::apache::lucene::search::SimpleFieldComparator {
         public:
          enum {
            mid_init$_8597fc5ff5be0866,
            mid_getNumericDocValues_546c0ac3931ad343,
            mid_doSetNextReader_cdc1ef7038a55870,
            max_mid
          };

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

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

          FieldComparator$NumericComparator(const ::java::lang::String &, const ::java::lang::Number &);
        };
      }
    }
  }
}

#include <Python.h>

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

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

#endif