| context.h |
|
4819 |
| context_value.h |
|
783 |
| runtime_context.h |
RuntimeContextStorage is used by RuntimeContext to store Context frames.
Custom context management strategies can be implemented by deriving from
this class and passing an initialized RuntimeContextStorage object to
RuntimeContext::SetRuntimeContextStorage.
|
9629 |