ReactOS 0.4.17-dev-357-ga8f14ff
_redim_decl_t Struct Reference

#include <parse.h>

Collaboration diagram for _redim_decl_t:

Public Attributes

const WCHARidentifier
 
expression_tdims
 
struct _redim_decl_tnext
 

Detailed Description

Definition at line 177 of file parse.h.

Member Data Documentation

◆ dims

expression_t* _redim_decl_t::dims

Definition at line 179 of file parse.h.

Referenced by compile_redim_statement().

◆ identifier

const WCHAR* _redim_decl_t::identifier

Definition at line 178 of file parse.h.

Referenced by compile_redim_statement().

◆ next

struct _redim_decl_t* _redim_decl_t::next

Definition at line 180 of file parse.h.

Referenced by compile_redim_statement().


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