struct meta_template - template for meta expressions and statements More...
#include <meta.h>
Data Fields | |
const char * | token |
const struct datatype * | dtype |
enum byteorder | byteorder |
unsigned int | len |
struct meta_template - template for meta expressions and statements
: parser token for the expression : data type of the expression : length of the expression : byteorder
enum byteorder meta_template::byteorder |
Referenced by meta_expr_alloc().
Referenced by meta_expr_alloc().
unsigned int meta_template::len |
Referenced by meta_expr_alloc().
const char* meta_template::token |