Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_index_MergeState$DocMap_H
#define org_apache_lucene_index_MergeState$DocMap_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class Class;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace index {
class MergeState$DocMap : public ::java::lang::Object {
public:
enum {
mid_init$_d7775b228e076e62,
mid_get_898568c95ed890a7,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit MergeState$DocMap(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
MergeState$DocMap(const MergeState$DocMap& obj) : ::java::lang::Object(obj) {}
MergeState$DocMap();
jint get(jint) const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace index {
extern PyType_Def PY_TYPE_DEF(MergeState$DocMap);
extern PyTypeObject *PY_TYPE(MergeState$DocMap);
class t_MergeState$DocMap {
public:
PyObject_HEAD
MergeState$DocMap object;
static PyObject *wrap_Object(const MergeState$DocMap&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif