nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
ir_operation_entry Struct Reference

#include <ir.h>

Public Attributes

const char * name
 
struct webidl_nodenode
 
struct genbind_nodemethod
 
int overloadc
 
struct ir_operation_overload_entryoverloadv
 

Detailed Description

map entry for operations on an interface

Definition at line 41 of file ir.h.

Member Data Documentation

◆ method

struct genbind_node* ir_operation_entry::method

method from binding

Definition at line 44 of file ir.h.

◆ name

const char* ir_operation_entry::name

Definition at line 42 of file ir.h.

◆ node

struct webidl_node* ir_operation_entry::node

operation name AST operation node

Definition at line 43 of file ir.h.

◆ overloadc

int ir_operation_entry::overloadc

Number of overloads of this operation

Definition at line 46 of file ir.h.

◆ overloadv

struct ir_operation_overload_entry* ir_operation_entry::overloadv

Definition at line 47 of file ir.h.


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