#include <slot.h>
Class diagram for ArgSlotList:
Public Members | |||
![]() | ![]() | ArgSlotList () | |
![]() | ![]() | ArgSlotList (ArgSlot* e) | |
![]() | ![]() | ArgSlotListElement* | Head () |
![]() | ![]() | ArgSlotListElement* | Tail () |
![]() | ![]() | ArgSlotList* | Append (ArgSlot* e) |
![]() | ![]() | Object* | AddArgs (struct Object* b, Parser* parser) |
ArgSlotList::ArgSlotList () |
ArgSlotList::ArgSlotList (ArgSlot * e) |
ArgSlotListElement * ArgSlotList::Head () [inline]
|
Reimplemented from List.
ArgSlotListElement * ArgSlotList::Tail () [inline]
|
Reimplemented from List.
ArgSlotList * ArgSlotList::Append (ArgSlot * e) [inline]
|
Object* ArgSlotList::AddArgs (struct Object * b, Parser * parser) |