|
Adaptive Framework
0.9.0
|
#include <afw_xctx.h>
Data Fields | |
| const afw_pool_t * | p |
| Pool used while processing entry. | |
| afw_utf8_t | qualifier |
| qualifier or len=0 if unqualified. | |
| const afw_object_t * | qualifier_object |
| qualifier_object. This may be NULL now. | |
| afw_xctx_get_variable_t | get |
| Get routine or NULL if get not allowed. | |
| void * | data |
| Data that will be passed to get/set. | |
| void * | wa |
| Work area used by get/set. | |
| afw_boolean_t | secure |
| Secure access to this qualifier is allowed. | |
Struct for xctx qualifier stack entry.
Definition at line 352 of file afw_xctx.h.