#include <tree.h>
Data Fields | |
struct enumeration * | next |
const char * | name |
unsigned | width |
struct enumeration_value * | values |
Definition at line 46 of file tree.h.
const char* enumeration::name |
struct enumeration* enumeration::next [read] |
struct enumeration_value* enumeration::values [read] |
unsigned enumeration::width |