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

#include <ir.h>

Public Attributes

struct webidl_nodetype
 
int optionalc
 
int elipsisc
 
int argumentc
 
struct ir_operation_argument_entryargumentv
 

Detailed Description

map entry for each overload of an operation.

Definition at line 30 of file ir.h.

Member Data Documentation

◆ argumentc

int ir_operation_overload_entry::argumentc

the number of parameters

Definition at line 36 of file ir.h.

◆ argumentv

struct ir_operation_argument_entry* ir_operation_overload_entry::argumentv

Definition at line 37 of file ir.h.

◆ elipsisc

int ir_operation_overload_entry::elipsisc

Number of elipsis parameters

Definition at line 34 of file ir.h.

◆ optionalc

int ir_operation_overload_entry::optionalc

Number of parameters that are optional

Definition at line 33 of file ir.h.

◆ type

struct webidl_node* ir_operation_overload_entry::type

The return type of this overload

Definition at line 31 of file ir.h.


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