#include <rxsock.h>
Public Member Functions | |
StemManager (RexxCallContext *c) | |
~StemManager () | |
bool | resolveStem (RexxObjectPtr source) |
void | setValue (const char *name, RexxObjectPtr value) |
void | setValue (size_t index, RexxObjectPtr value) |
RexxObjectPtr | getValue (const char *name) |
RexxObjectPtr | getValue (size_t index) |
Protected Attributes | |
RexxCallContext * | context |
RexxStemObject | stem |
char * | prefix |
|
inline |
|
inline |
Retrieve a value from an argument stem.
name | The argument stem name. |
Definition at line 222 of file rxsock.h.
References context, prefix, and stem.
Referenced by getStemElement(), and stemToIntArray().
|
inline |
|
inline |
Resolve the stem object that was passed as an argument.
source | The source argument object. |
Definition at line 124 of file rxsock.h.
References context, prefix, and stem.
Referenced by intArrayToStem(), RexxRoutine2(), RexxRoutine3(), RexxRoutine4(), RexxRoutine5(), and stemToIntArray().
|
inline |
Set a value in the argument stem.
name | The name to set. |
value |
Definition at line 181 of file rxsock.h.
References context, prefix, and stem.
Referenced by hostEntToStem(), intArrayToStem(), and sockAddrToStem().
|
inline |
|
protected |
Definition at line 252 of file rxsock.h.
Referenced by getValue(), resolveStem(), and setValue().
|
protected |
Definition at line 254 of file rxsock.h.
Referenced by getValue(), resolveStem(), setValue(), and ~StemManager().
|
protected |
Definition at line 253 of file rxsock.h.
Referenced by getValue(), resolveStem(), and setValue().