ProtectedSet Class Reference

#include <ProtectedObject.hpp>

Inheritance diagram for ProtectedSet:
[legend]

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 ()
 
ProtectedObjectoperator= (RexxObject *o)
 
bool operator== (RexxObject *o)
 
bool operator!= (RexxObject *o)
 
 operator RexxObject * ()
 
 operator RexxObjectPtr ()
 
 operator RexxString * ()
 
 operator RexxMethod * ()
 
 operator RexxArray * ()
 
 operator RexxInstruction * ()
 
 operator void * ()
 

Additional Inherited Members

- Protected Attributes inherited from ProtectedObject
RexxObjectprotectedObject
 
ProtectedObjectnext
 
RexxActivityactivity
 

Detailed Description

Definition at line 179 of file ProtectedObject.hpp.

Constructor & Destructor Documentation

◆ ProtectedSet() [1/2]

ProtectedSet::ProtectedSet ( )
inline

Definition at line 182 of file ProtectedObject.hpp.

◆ ProtectedSet() [2/2]

ProtectedSet::ProtectedSet ( RexxActivity a)
inline

Definition at line 183 of file ProtectedObject.hpp.

◆ ~ProtectedSet()

ProtectedSet::~ProtectedSet ( )
inline

Definition at line 184 of file ProtectedObject.hpp.

Member Function Documentation

◆ add()


The documentation for this class was generated from the following files: