Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_flag_s Struct Reference

Struct used for a registered flag. More...

#include <afw_flag.h>

Data Fields

const afw_utf8_tflag_id
 objectId of this flag.
 
const afw_value_tflag_id_value
 sting value of objectId of this flag.
 
const afw_object_tobject
 runtime object for this flag.
 
const afw_value_tobject_value
 object value for runtime object.
 
afw_size_t flag_index
 Index of this flag in flags array.
 
afw_size_t applicable_flags_count_allocated
 Count of applicable_flags.
 
const afw_boolean_tapplicable_flags
 Applicable flags indexed by associated flag_index.
 
const afw_utf8_tbrief
 Brief predicate about this flag.
 
const afw_utf8_tdescription
 Description of this flag.
 
const afw_value_list_tincluded_by_value
 list value of all flags that include this flag.
 
const afw_value_list_tincludes_value
 list value of all other flags this flag includes.
 
const afw_flag_tparent
 Pointer to direct parent afw_flag_t.
 

Detailed Description

Struct used for a registered flag.

Definition at line 32 of file afw_flag.h.


The documentation for this struct was generated from the following file: