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 / util / packed / PackedInts$Reader.h
Size: Mime:
#ifndef org_apache_lucene_util_packed_PackedInts$Reader_H
#define org_apache_lucene_util_packed_PackedInts$Reader_H

#include "org/apache/lucene/index/LegacyNumericDocValues.h"

namespace java {
  namespace lang {
    class Class;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        class Accountable;
      }
    }
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace packed {

          class PackedInts$Reader : public ::org::apache::lucene::index::LegacyNumericDocValues {
           public:
            enum {
              mid_init$_d7775b228e076e62,
              mid_get_c216d6d5bb626d68,
              mid_size_9135e6328d9d7dfd,
              max_mid
            };

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

            explicit PackedInts$Reader(jobject obj) : ::org::apache::lucene::index::LegacyNumericDocValues(obj) {
              if (obj != NULL && mids$ == NULL)
                env->getClass(initializeClass);
            }
            PackedInts$Reader(const PackedInts$Reader& obj) : ::org::apache::lucene::index::LegacyNumericDocValues(obj) {}

            PackedInts$Reader();

            jint get(jint, const JArray< jlong > &, jint, jint) const;
            jint size() const;
          };
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace packed {
          extern PyType_Def PY_TYPE_DEF(PackedInts$Reader);
          extern PyTypeObject *PY_TYPE(PackedInts$Reader);

          class t_PackedInts$Reader {
          public:
            PyObject_HEAD
            PackedInts$Reader object;
            static PyObject *wrap_Object(const PackedInts$Reader&);
            static PyObject *wrap_jobject(const jobject&);
            static void install(PyObject *module);
            static void initialize(PyObject *module);
          };
        }
      }
    }
  }
}

#endif