#include <ir.h>
Public Attributes | |
const char * | name |
struct webidl_node * | node |
const char * | inherit_name |
struct genbind_node * | class |
enum ir_entry_type | type |
union { | |
struct ir_dictionary_entry dictionary | |
struct ir_interface_entry interface | |
} | u |
int | inherit_idx |
int | refcount |
char * | filename |
char * | class_name |
int | class_init_argc |
enum ir_init_argtype * | class_init_argt |
struct genbind_node* ir_entry::class |
int ir_entry::class_init_argc |
enum ir_init_argtype* ir_entry::class_init_argt |
char* ir_entry::class_name |
struct ir_dictionary_entry ir_entry::dictionary |
int ir_entry::inherit_idx |
const char* ir_entry::inherit_name |
struct ir_interface_entry ir_entry::interface |
struct webidl_node* ir_entry::node |
int ir_entry::refcount |
enum ir_entry_type ir_entry::type |
union { ... } ir_entry::u |