Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_search_DocValuesStats$SortedSetDocValuesStats_H
#define org_apache_lucene_search_DocValuesStats$SortedSetDocValuesStats_H
#include "org/apache/lucene/search/DocValuesStats.h"
namespace java {
namespace lang {
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace util {
class BytesRef;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace search {
class DocValuesStats$SortedSetDocValuesStats : public ::org::apache::lucene::search::DocValuesStats {
public:
enum {
mid_init_6d46effbba8f03d8,
mid_hasValue_b9777742cbbb5232,
mid_doAccumulate_54889bef30791899,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit DocValuesStats$SortedSetDocValuesStats(jobject obj) : ::org::apache::lucene::search::DocValuesStats(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
DocValuesStats$SortedSetDocValuesStats(const DocValuesStats$SortedSetDocValuesStats& obj) : ::org::apache::lucene::search::DocValuesStats(obj) {}
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace search {
extern PyType_Def PY_TYPE_DEF(DocValuesStats$SortedSetDocValuesStats);
extern PyTypeObject *PY_TYPE(DocValuesStats$SortedSetDocValuesStats);
class t_DocValuesStats$SortedSetDocValuesStats {
public:
PyObject_HEAD
DocValuesStats$SortedSetDocValuesStats object;
PyTypeObject *parameters[1];
static PyTypeObject **parameters_(t_DocValuesStats$SortedSetDocValuesStats *self)
{
return (PyTypeObject **) &(self->parameters);
}
static PyObject *wrap_Object(const DocValuesStats$SortedSetDocValuesStats&);
static PyObject *wrap_jobject(const jobject&);
static PyObject *wrap_Object(const DocValuesStats$SortedSetDocValuesStats&, PyTypeObject *);
static PyObject *wrap_jobject(const jobject&, PyTypeObject *);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif