Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_queries_function_valuesource_MaxFloatFunction_H
#define org_apache_lucene_queries_function_valuesource_MaxFloatFunction_H
#include "org/apache/lucene/queries/function/valuesource/MultiFloatFunction.h"
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
class ValueSource;
}
}
}
}
}
namespace java {
namespace lang {
class Class;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
class MaxFloatFunction : public ::org::apache::lucene::queries::function::valuesource::MultiFloatFunction {
public:
enum {
mid_init$_970ac881fb0ff202,
mid_name_a6d454b6117bc1ba,
mid_func_595d9c65b07e4a0b,
mid_exists_b9da56619ab7bdc6,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit MaxFloatFunction(jobject obj) : ::org::apache::lucene::queries::function::valuesource::MultiFloatFunction(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
MaxFloatFunction(const MaxFloatFunction& obj) : ::org::apache::lucene::queries::function::valuesource::MultiFloatFunction(obj) {}
MaxFloatFunction(const JArray< ::org::apache::lucene::queries::function::ValueSource > &);
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
extern PyType_Def PY_TYPE_DEF(MaxFloatFunction);
extern PyTypeObject *PY_TYPE(MaxFloatFunction);
class t_MaxFloatFunction {
public:
PyObject_HEAD
MaxFloatFunction object;
static PyObject *wrap_Object(const MaxFloatFunction&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif