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 / queries / function / FunctionValues$ValueFiller.h
Size: Mime:
#ifndef org_apache_lucene_queries_function_FunctionValues$ValueFiller_H
#define org_apache_lucene_queries_function_FunctionValues$ValueFiller_H

#include "java/lang/Object.h"

namespace java {
  namespace io {
    class IOException;
  }
  namespace lang {
    class Class;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace mutable$ {
          class MutableValue;
        }
      }
    }
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace queries {
        namespace function {

          class FunctionValues$ValueFiller : public ::java::lang::Object {
           public:
            enum {
              mid_init$_d7775b228e076e62,
              mid_fillValue_54889bef30791899,
              mid_getValue_8dc6733824257161,
              max_mid
            };

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

            explicit FunctionValues$ValueFiller(jobject obj) : ::java::lang::Object(obj) {
              if (obj != NULL && mids$ == NULL)
                env->getClass(initializeClass);
            }
            FunctionValues$ValueFiller(const FunctionValues$ValueFiller& obj) : ::java::lang::Object(obj) {}

            FunctionValues$ValueFiller();

            void fillValue(jint) const;
            ::org::apache::lucene::util::mutable$::MutableValue getValue() const;
          };
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace queries {
        namespace function {
          extern PyType_Def PY_TYPE_DEF(FunctionValues$ValueFiller);
          extern PyTypeObject *PY_TYPE(FunctionValues$ValueFiller);

          class t_FunctionValues$ValueFiller {
          public:
            PyObject_HEAD
            FunctionValues$ValueFiller object;
            static PyObject *wrap_Object(const FunctionValues$ValueFiller&);
            static PyObject *wrap_jobject(const jobject&);
            static void install(PyObject *module);
            static void initialize(PyObject *module);
          };
        }
      }
    }
  }
}

#endif