#include <GlobalProtectedObject.hpp>
Public Member Functions | |
GlobalProtectedObject () | |
GlobalProtectedObject (RexxObject *o) | |
GlobalProtectedObject (RexxInternalObject *o) | |
~GlobalProtectedObject () | |
GlobalProtectedObject & | operator= (RexxObject *o) |
bool | operator== (RexxObject *o) |
bool | operator!= (RexxObject *o) |
operator RexxObject * () | |
operator RexxObjectPtr () | |
Protected Attributes | |
RexxObject * | protectedObject |
GlobalProtectedObject * | next |
GlobalProtectedObject * | previous |
Friends | |
class | RexxMemory |
Definition at line 46 of file GlobalProtectedObject.hpp.
|
inline |
Definition at line 50 of file GlobalProtectedObject.hpp.
References memoryObject, next, previous, and RexxMemory::protectedObjects.
|
inline |
Definition at line 63 of file GlobalProtectedObject.hpp.
References memoryObject, next, previous, and RexxMemory::protectedObjects.
|
inline |
Definition at line 76 of file GlobalProtectedObject.hpp.
References memoryObject, next, previous, and RexxMemory::protectedObjects.
|
inline |
Definition at line 89 of file GlobalProtectedObject.hpp.
References RexxMemory::holdObject(), memoryObject, next, OREF_NULL, previous, protectedObject, and RexxMemory::protectedObjects.
|
inline |
Definition at line 133 of file GlobalProtectedObject.hpp.
References protectedObject.
|
inline |
Definition at line 138 of file GlobalProtectedObject.hpp.
References protectedObject.
|
inline |
Definition at line 127 of file GlobalProtectedObject.hpp.
References protectedObject.
|
inline |
Definition at line 116 of file GlobalProtectedObject.hpp.
References protectedObject.
|
inline |
Definition at line 122 of file GlobalProtectedObject.hpp.
References protectedObject.
|
friend |
Definition at line 48 of file GlobalProtectedObject.hpp.
|
protected |
Definition at line 145 of file GlobalProtectedObject.hpp.
Referenced by GlobalProtectedObject(), RexxMemory::live(), and ~GlobalProtectedObject().
|
protected |
Definition at line 146 of file GlobalProtectedObject.hpp.
Referenced by GlobalProtectedObject(), and ~GlobalProtectedObject().
|
protected |
Definition at line 144 of file GlobalProtectedObject.hpp.
Referenced by RexxMemory::live(), operator RexxObject *(), operator RexxObjectPtr(), operator!=(), operator=(), operator==(), and ~GlobalProtectedObject().