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