Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_facet_range_LongRange_H
#define org_apache_lucene_facet_range_LongRange_H
#include "org/apache/lucene/facet/range/Range.h"
namespace java {
namespace lang {
class String;
class Class;
class Object;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace search {
class LongValuesSource;
class Query;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
class LongRange : public ::org::apache::lucene::facet::range::Range {
public:
enum {
mid_init$_802937b82f50d199,
mid_accept_7f9c3d7313ca7ba8,
mid_equals_ac708f0101821708,
mid_getQuery_86b9249ed63eb9b5,
mid_hashCode_9135e6328d9d7dfd,
mid_toString_a6d454b6117bc1ba,
max_mid
};
enum {
fid_max,
fid_min,
max_fid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static jfieldID *fids$;
static bool live$;
static jclass initializeClass(bool);
explicit LongRange(jobject obj) : ::org::apache::lucene::facet::range::Range(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
LongRange(const LongRange& obj) : ::org::apache::lucene::facet::range::Range(obj) {}
jlong _get_max() const;
jlong _get_min() const;
LongRange(const ::java::lang::String &, jlong, jboolean, jlong, jboolean);
jboolean accept(jlong) const;
jboolean equals(const ::java::lang::Object &) const;
::org::apache::lucene::search::Query getQuery(const ::org::apache::lucene::search::Query &, const ::org::apache::lucene::search::LongValuesSource &) const;
jint hashCode() const;
::java::lang::String toString() const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
extern PyType_Def PY_TYPE_DEF(LongRange);
extern PyTypeObject *PY_TYPE(LongRange);
class t_LongRange {
public:
PyObject_HEAD
LongRange object;
static PyObject *wrap_Object(const LongRange&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif