URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [ServerNameList$Iterator.h] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_net_ssl_provider_ServerNameList$Iterator__ #define __gnu_javax_net_ssl_provider_ServerNameList$Iterator__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace gnu { namespace javax { namespace net { namespace ssl { namespace provider { class ServerNameList; class ServerNameList$Iterator; class ServerNameList$ServerName; } } } } } } class gnu::javax::net::ssl::provider::ServerNameList$Iterator : public ::java::lang::Object { public: ServerNameList$Iterator(::gnu::javax::net::ssl::provider::ServerNameList *); virtual jboolean hasNext(); virtual ::gnu::javax::net::ssl::provider::ServerNameList$ServerName * ServerNameList$Iterator$next(); virtual void remove(); virtual ::java::lang::Object * next(); private: jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) index; public: // actually package-private ::gnu::javax::net::ssl::provider::ServerNameList * this$0; public: static ::java::lang::Class class$; }; #endif // __gnu_javax_net_ssl_provider_ServerNameList$Iterator__
Go to most recent revision | Compare with Previous | Blame | View Log