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 / analysis / compound / hyphenation / TernaryTree$Iterator.h
Size: Mime:
#ifndef org_apache_lucene_analysis_compound_hyphenation_TernaryTree$Iterator_H
#define org_apache_lucene_analysis_compound_hyphenation_TernaryTree$Iterator_H

#include "java/lang/Object.h"

namespace java {
  namespace lang {
    class String;
    class Class;
  }
  namespace util {
    class Enumeration;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace analysis {
        namespace compound {
          namespace hyphenation {
            class TernaryTree;
          }
        }
      }
    }
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace analysis {
        namespace compound {
          namespace hyphenation {

            class TernaryTree$Iterator : public ::java::lang::Object {
             public:
              enum {
                mid_init$_70058fa5575376b8,
                mid_getValue_a34ab3aca30b9450,
                mid_hasMoreElements_c20c2fcd6b89d9a9,
                mid_nextElement_a6d454b6117bc1ba,
                mid_rewind_d7775b228e076e62,
                max_mid
              };

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

              explicit TernaryTree$Iterator(jobject obj) : ::java::lang::Object(obj) {
                if (obj != NULL && mids$ == NULL)
                  env->getClass(initializeClass);
              }
              TernaryTree$Iterator(const TernaryTree$Iterator& obj) : ::java::lang::Object(obj) {}

              TernaryTree$Iterator(const ::org::apache::lucene::analysis::compound::hyphenation::TernaryTree &);

              jchar getValue() const;
              jboolean hasMoreElements() const;
              ::java::lang::String nextElement() const;
              void rewind() const;
            };
          }
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace analysis {
        namespace compound {
          namespace hyphenation {
            extern PyType_Def PY_TYPE_DEF(TernaryTree$Iterator);
            extern PyTypeObject *PY_TYPE(TernaryTree$Iterator);

            class t_TernaryTree$Iterator {
            public:
              PyObject_HEAD
              TernaryTree$Iterator object;
              static PyObject *wrap_Object(const TernaryTree$Iterator&);
              static PyObject *wrap_jobject(const jobject&);
              static void install(PyObject *module);
              static void initialize(PyObject *module);
            };
          }
        }
      }
    }
  }
}

#endif