ActivationApiContexts.hpp File Reference
#include "RexxCore.h"
Include dependency graph for ActivationApiContexts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InstanceContext
 
struct  ActivityContext
 
struct  MethodContext
 
struct  CallContext
 
struct  ExitContext
 

Functions

RexxActivitycontextToActivity (RexxThreadContext *c)
 
RexxActivitycontextToActivity (RexxCallContext *c)
 
RexxActivitycontextToActivity (RexxMethodContext *c)
 
RexxActivitycontextToActivity (RexxExitContext *c)
 

Function Documentation

◆ contextToActivity() [1/4]

RexxActivity* contextToActivity ( RexxCallContext c)
inline

Convert a context into the activity the context is associated with.

Parameters
cThe calling thread context.
Returns
The activity object the context is associated with.

Definition at line 111 of file ActivationApiContexts.hpp.

References RexxCallContext_::threadContext.

◆ contextToActivity() [2/4]

RexxActivity* contextToActivity ( RexxExitContext c)
inline

Convert a context into the activity the context is associated with.

Parameters
cThe calling thread context.
Returns
The activity object the context is associated with.

Definition at line 137 of file ActivationApiContexts.hpp.

References RexxExitContext_::threadContext.

◆ contextToActivity() [3/4]

RexxActivity* contextToActivity ( RexxMethodContext c)
inline

Convert a context into the activity the context is associated with.

Parameters
cThe calling thread context.
Returns
The activity object the context is associated with.

Definition at line 124 of file ActivationApiContexts.hpp.

References RexxMethodContext_::threadContext.

◆ contextToActivity() [4/4]

RexxActivity* contextToActivity ( RexxThreadContext c)
inline

Convert a context into the activity the context is associated with.

Parameters
cThe calling thread context.
Returns
The activity object the context is associated with.

Definition at line 98 of file ActivationApiContexts.hpp.

Referenced by ApiContext::ApiContext(), and contextToActivation().