Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Functions
afw_flag.c File Reference

Adaptive Framework Trace. More...

#include "afw_internal.h"

Go to the source code of this file.

Data Structures

struct  impl_set_init_wa_t
 

Functions

 afw_flag_internal_early_register_core (afw_xctx_t *xctx)
 
 afw_flag_get_by_index (afw_size_t flag_index, afw_xctx_t *xctx)
 Get flag by index. More...
 
 afw_flag_get_index (const afw_utf8_t *flag_id, afw_xctx_t *xctx)
 Get the flag index for a flag id. More...
 
afw_boolean_t afw_flag_by_id_is_active (const afw_utf8_t *flag_id, afw_xctx_t *xctx)
 Determine if flag for flag id is set in xctx. More...
 
void afw_flag_environment_register_flag (const afw_utf8_t *flag_id, const afw_utf8_t *brief, const afw_utf8_t *description, const afw_utf8_t *included_by_flag_id, afw_xctx_t *xctx)
 Register a flag definition. More...
 
void afw_flag_add_included_by (const afw_utf8_t *flag_id, const afw_utf8_t *included_by_flag_id, afw_xctx_t *xctx)
 Add another include_by flag to a registered flag. More...
 
 afw_flag_set_default (const afw_utf8_t *flag_id, afw_boolean_t set_to, afw_xctx_t *xctx)
 Set the default value of a flag. More...
 
 afw_flag_set (const afw_utf8_t *flag_id, afw_boolean_t set_to, afw_xctx_t *xctx)
 Set a flag in xctx. More...
 
 afw_flag_set_to_defaults_plus_array (const afw_utf8_t *const *flag_ids, afw_xctx_t *xctx)
 Set xctx default flags plus one or more additional flags. More...
 
 afw_flag_set_default_flag_ids (const afw_list_t *default_flag_ids, afw_xctx_t *xctx)
 Set a new default flags list. More...
 

Detailed Description

Adaptive Framework Trace.

Definition in file afw_flag.c.