#include <function.h>
Public Attributes | |
| int | mask |
| a combination of H2D_FN_XXX: specifies which tables are present | |
| int | size |
| size in bytes of this struct (for maintaining total_mem) | |
| TYPE * | values [2][6] |
| pointers to 'data' | |
| TYPE | data [1] |
| value tables. The length may vary. | |
| TYPE Function< TYPE >::Node::data[1] |
value tables. The length may vary.
| int Function< TYPE >::Node::mask |
a combination of H2D_FN_XXX: specifies which tables are present
| int Function< TYPE >::Node::size |
size in bytes of this struct (for maintaining total_mem)
| TYPE* Function< TYPE >::Node::values[2][6] |
pointers to 'data'
1.6.3