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

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

namespace java {
  namespace lang {
    class Class;
    class Integer;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace search {
        class LeafFieldComparator;
        class Scorer;
      }
      namespace index {
        class LeafReaderContext;
      }
    }
  }
}
template<class T> class JArray;

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

        class FieldComparator$DocComparator : public ::org::apache::lucene::search::FieldComparator {
         public:
          enum {
            mid_init$_54889bef30791899,
            mid_compare_8911bf18e41c2ffc,
            mid_compareBottom_898568c95ed890a7,
            mid_compareTop_898568c95ed890a7,
            mid_copy_3addb8559d77fc6e,
            mid_getLeafComparator_07147f7fab8746e7,
            mid_setBottom_54889bef30791899,
            mid_setScorer_227e197c0e123f98,
            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$DocComparator(jobject obj) : ::org::apache::lucene::search::FieldComparator(obj) {
            if (obj != NULL && mids$ == NULL)
              env->getClass(initializeClass);
          }
          FieldComparator$DocComparator(const FieldComparator$DocComparator& obj) : ::org::apache::lucene::search::FieldComparator(obj) {}

          FieldComparator$DocComparator(jint);

          jint compare(jint, jint) const;
          jint compareBottom(jint) const;
          jint compareTop(jint) const;
          void copy(jint, jint) const;
          ::org::apache::lucene::search::LeafFieldComparator getLeafComparator(const ::org::apache::lucene::index::LeafReaderContext &) const;
          void setBottom(jint) const;
          void setScorer(const ::org::apache::lucene::search::Scorer &) 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$DocComparator);
        extern PyTypeObject *PY_TYPE(FieldComparator$DocComparator);

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

#endif