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

#include <ir.h>

Public Attributes

const char * name
 
int optionalc
 
int elipsisc
 
struct webidl_nodenode
 

Detailed Description

map entry for each argument of an overload on an operation

Definition at line 18 of file ir.h.

Member Data Documentation

◆ elipsisc

int ir_operation_argument_entry::elipsisc

1 if the argument is an elipsis

Definition at line 22 of file ir.h.

◆ name

const char* ir_operation_argument_entry::name

Definition at line 19 of file ir.h.

◆ node

struct webidl_node* ir_operation_argument_entry::node

Definition at line 24 of file ir.h.

◆ optionalc

int ir_operation_argument_entry::optionalc

1 if the argument is optional

Definition at line 21 of file ir.h.


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