![]() |
0.01.00
|
This class implements definitions for maintaining a pointer to arbitrary context information. More...
#include <src/core/common/context.hpp>
Protected Member Functions | |
Context (void *aContext) | |
This constructor initializes the context object. More... | |
This class implements definitions for maintaining a pointer to arbitrary context information.
This is used as base class for objects that provide a callback or handler (e.g., Timer or Tasklet).
|
inlineprotected |
This constructor initializes the context object.
[in] | aContext | A pointer to arbitrary context information. |