|
Adaptive Framework
0.9.0
|
Struct used for a registered flag. More...
#include <afw_flag.h>
Data Fields | |
| const afw_utf8_t * | flag_id |
| objectId of this flag. | |
| const afw_value_t * | flag_id_value |
| sting value of objectId of this flag. | |
| const afw_object_t * | object |
| runtime object for this flag. | |
| const afw_value_t * | object_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_t * | applicable_flags |
| Applicable flags indexed by associated flag_index. | |
| const afw_utf8_t * | brief |
| Brief predicate about this flag. | |
| const afw_utf8_t * | description |
| Description of this flag. | |
| const afw_value_list_t * | included_by_value |
| list value of all flags that include this flag. | |
| const afw_value_list_t * | includes_value |
| list value of all other flags this flag includes. | |
| const afw_flag_t * | parent |
| Pointer to direct parent afw_flag_t. | |
Struct used for a registered flag.
Definition at line 32 of file afw_flag.h.