ReactOS 0.4.17-dev-357-ga8f14ff
_property_definition_t Struct Reference

#include <parser.h>

Collaboration diagram for _property_definition_t:

Public Attributes

unsigned type
 
literal_tname
 
expression_tvalue
 
struct _property_definition_tnext
 

Detailed Description

Definition at line 371 of file parser.h.

Member Data Documentation

◆ name

literal_t* _property_definition_t::name

Definition at line 373 of file parser.h.

Referenced by compile_object_literal().

◆ next

struct _property_definition_t* _property_definition_t::next

Definition at line 376 of file parser.h.

Referenced by compile_object_literal(), and visit_expression().

◆ type

unsigned _property_definition_t::type

Definition at line 372 of file parser.h.

Referenced by compile_object_literal().

◆ value

expression_t* _property_definition_t::value

Definition at line 374 of file parser.h.

Referenced by compile_object_literal(), and visit_expression().


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