#include <ProtectedObject.hpp>
Public Member Functions | |
ProtectedSet () | |
ProtectedSet (RexxActivity *a) | |
~ProtectedSet () | |
void | add (RexxObject *) |
Public Member Functions inherited from ProtectedObject | |
ProtectedObject () | |
ProtectedObject (RexxActivity *a) | |
ProtectedObject (RexxObject *o) | |
ProtectedObject (RexxObject *o, RexxActivity *a) | |
ProtectedObject (RexxInternalObject *o) | |
ProtectedObject (RexxInternalObject *o, RexxActivity *a) | |
~ProtectedObject () | |
ProtectedObject & | operator= (RexxObject *o) |
bool | operator== (RexxObject *o) |
bool | operator!= (RexxObject *o) |
operator RexxObject * () | |
operator RexxObjectPtr () | |
operator RexxString * () | |
operator RexxText * () | |
operator RexxMethod * () | |
operator RexxArray * () | |
operator RexxInstruction * () | |
operator void * () | |
Additional Inherited Members | |
Protected Attributes inherited from ProtectedObject | |
RexxObject * | protectedObject |
ProtectedObject * | next |
RexxActivity * | activity |
Definition at line 184 of file ProtectedObject.hpp.
|
inline |
Definition at line 187 of file ProtectedObject.hpp.
|
inline |
Definition at line 188 of file ProtectedObject.hpp.
|
inline |
Definition at line 189 of file ProtectedObject.hpp.
void ProtectedSet::add | ( | RexxObject * | o | ) |
Definition at line 44 of file ProtectedObject.cpp.
References RexxList::append(), new_list(), OREF_NULL, and ProtectedObject::protectedObject.
Referenced by RexxStartDispatcher::run(), TranslateDispatcher::run(), and TranslateInstoreDispatcher::run().