Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_queries_function_docvalues_StrDocValues_H
#define org_apache_lucene_queries_function_docvalues_StrDocValues_H
#include "org/apache/lucene/queries/function/FunctionValues.h"
namespace java {
namespace lang {
class String;
class Class;
class Object;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
class ValueSource;
class FunctionValues$ValueFiller;
}
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace docvalues {
class StrDocValues : public ::org::apache::lucene::queries::function::FunctionValues {
public:
enum {
mid_init$_ab74fad086db70fb,
mid_boolVal_b9777742cbbb5232,
mid_getValueFiller_262f4294b0bf9393,
mid_objectVal_3c45fe7cb6f7fd6e,
mid_strVal_362d87738f8d2888,
mid_toString_362d87738f8d2888,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit StrDocValues(jobject obj) : ::org::apache::lucene::queries::function::FunctionValues(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
StrDocValues(const StrDocValues& obj) : ::org::apache::lucene::queries::function::FunctionValues(obj) {}
StrDocValues(const ::org::apache::lucene::queries::function::ValueSource &);
jboolean boolVal(jint) const;
::org::apache::lucene::queries::function::FunctionValues$ValueFiller getValueFiller() const;
::java::lang::Object objectVal(jint) const;
::java::lang::String strVal(jint) const;
::java::lang::String toString(jint) const;
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace docvalues {
extern PyType_Def PY_TYPE_DEF(StrDocValues);
extern PyTypeObject *PY_TYPE(StrDocValues);
class t_StrDocValues {
public:
PyObject_HEAD
StrDocValues object;
static PyObject *wrap_Object(const StrDocValues&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif