URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [TreeMap$Node.h] - Rev 790
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_TreeMap$Node__ #define __java_util_TreeMap$Node__ #pragma interface #include <java/util/AbstractMap$SimpleEntry.h> class java::util::TreeMap$Node : public ::java::util::AbstractMap$SimpleEntry { public: // actually package-private TreeMap$Node(::java::lang::Object *, ::java::lang::Object *, jint); jint __attribute__((aligned(__alignof__( ::java::util::AbstractMap$SimpleEntry)))) color; ::java::util::TreeMap$Node * left; ::java::util::TreeMap$Node * right; ::java::util::TreeMap$Node * parent; public: static ::java::lang::Class class$; }; #endif // __java_util_TreeMap$Node__
Go to most recent revision | Compare with Previous | Blame | View Log