#include <slotList.h>
Class diagram for slotList:
Public Members | |||
![]() | ![]() | slotList (stringOop name, slotType type, oop contents, oop anno, slotList* x= NULL) | |
![]() | ![]() | slotList (stringOop name, slotType type, oop contents) | |
![]() | ![]() | slotList* | add (stringOop name, slotType type, oop contents) |
![]() | ![]() | slotList* | add (stringOop name, slotType type, oop contents, oop anno) |
![]() | ![]() | fint | length () |
![]() | ![]() | fint | obj_count () |
![]() | ![]() | void | oops_do (oopsDoFn f) |
![]() | ![]() | stringOop | name () |
![]() | ![]() | slotType | type () |
![]() | ![]() | oop | contents () |
![]() | ![]() | oop | annotation () |
![]() | ![]() | slotDesc | desc |
![]() | ![]() | slotList* | next |
slotList::slotList (stringOop name, slotType type, oop contents, oop anno, slotList * x = NULL) |
slotList::slotList (stringOop name, slotType type, oop contents) |
slotList * slotList::add (stringOop name, slotType type, oop contents) [inline]
|
slotList * slotList::add (stringOop name, slotType type, oop contents, oop anno) |
fint slotList::length () |
fint slotList::obj_count () |
void slotList::oops_do (oopsDoFn f) [virtual]
|
Reimplemented from VMObj.
stringOop slotList::name () [inline]
|
slotType slotList::type () [inline]
|
oop slotList::contents () [inline]
|
oop slotList::annotation () [inline]
|
slotDesc slotList::desc |
slotList* slotList::next |