mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
42 lines
936 B
C++
42 lines
936 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_imageio_spi_ServiceRegistry$1__
|
|
#define __javax_imageio_spi_ServiceRegistry$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace spi
|
|
{
|
|
class ServiceRegistry;
|
|
class ServiceRegistry$1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::imageio::spi::ServiceRegistry$1 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
ServiceRegistry$1(::javax::imageio::spi::ServiceRegistry *);
|
|
public:
|
|
virtual jboolean hasNext();
|
|
virtual ::java::lang::Object * next();
|
|
virtual void remove();
|
|
public: // actually package-private
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) index;
|
|
::javax::imageio::spi::ServiceRegistry * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_imageio_spi_ServiceRegistry$1__
|