YAARX: Yet Another ARX Toolkit  0.1
 All Data Structures Files Functions Variables Macros Pages
set_t Struct Reference

#include <common.hh>

Data Fields

WORD_T val
 
WORD_T fixed
 

Detailed Description

A set of values:

  • If fixed[i] = 0, then the i-th bit of the value is fixed to val[i].
  • If fixed[i] = 1, then val[i] can be either 0 and 1 i.e. val[i] = * .

Field Documentation

WORD_T set_t::fixed

0 means fixed; 1 means not fixed.


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