Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / org / apache / lucene / facet / taxonomy / writercache / NameHashIntCacheLRU.h
Size: Mime:
#ifndef org_apache_lucene_facet_taxonomy_writercache_NameHashIntCacheLRU_H
#define org_apache_lucene_facet_taxonomy_writercache_NameHashIntCacheLRU_H

#include "org/apache/lucene/facet/taxonomy/writercache/NameIntCacheLRU.h"

namespace java {
  namespace lang {
    class Class;
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace facet {
        namespace taxonomy {
          namespace writercache {

            class NameHashIntCacheLRU : public ::org::apache::lucene::facet::taxonomy::writercache::NameIntCacheLRU {
             public:

              static ::java::lang::Class *class$;
              static jmethodID *mids$;
              static bool live$;
              static jclass initializeClass(bool);

              explicit NameHashIntCacheLRU(jobject obj) : ::org::apache::lucene::facet::taxonomy::writercache::NameIntCacheLRU(obj) {
                if (obj != NULL && mids$ == NULL)
                  env->getClass(initializeClass);
              }
              NameHashIntCacheLRU(const NameHashIntCacheLRU& obj) : ::org::apache::lucene::facet::taxonomy::writercache::NameIntCacheLRU(obj) {}
            };
          }
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace facet {
        namespace taxonomy {
          namespace writercache {
            extern PyType_Def PY_TYPE_DEF(NameHashIntCacheLRU);
            extern PyTypeObject *PY_TYPE(NameHashIntCacheLRU);

            class t_NameHashIntCacheLRU {
            public:
              PyObject_HEAD
              NameHashIntCacheLRU object;
              static PyObject *wrap_Object(const NameHashIntCacheLRU&);
              static PyObject *wrap_jobject(const jobject&);
              static void install(PyObject *module);
              static void initialize(PyObject *module);
            };
          }
        }
      }
    }
  }
}

#endif