ReactOS 0.4.15-dev-7942-gd23573b
_array_element_t Struct Reference

#include <parser.h>

Collaboration diagram for _array_element_t:

Public Attributes

int elision
 
expression_texpr
 
struct _array_element_tnext
 

Detailed Description

Definition at line 350 of file parser.h.

Member Data Documentation

◆ elision

int _array_element_t::elision

Definition at line 351 of file parser.h.

Referenced by compile_array_literal().

◆ expr

expression_t* _array_element_t::expr

Definition at line 352 of file parser.h.

Referenced by compile_array_literal(), and visit_expression().

◆ next

struct _array_element_t* _array_element_t::next

Definition at line 354 of file parser.h.

Referenced by compile_array_literal(), and visit_expression().


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