Data Fields
name_val Struct Reference

#include <util.h>

Data Fields

char * name
 
int val
 

Detailed Description

Define a mapping between a name and an integer value

Field Documentation

char* name_val::name

Human readable name of value (e.g. "ADD")

int name_val::val

Corresponding numeric value (e.g. OP_ADD)


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