ReactOS 0.4.16-dev-1946-g52006dd
_expr_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _expr_t:

Public Attributes

enum expr_type type
 
const expr_tref
 
union {
   struct integer   integer
 
   double   dval
 
   const char *   sval
 
   const expr_t *   ext
 
   decl_spec_t   tref
 
u
 
const expr_text2
 
int is_const
 
int cval
 
struct list entry
 

Detailed Description

Definition at line 359 of file widltypes.h.

Member Data Documentation

◆ cval

◆ dval

double _expr_t::dval

Definition at line 364 of file widltypes.h.

◆ entry

struct list _expr_t::entry

Definition at line 373 of file widltypes.h.

◆ ext

const expr_t* _expr_t::ext

Definition at line 366 of file widltypes.h.

Referenced by write_conf_or_var_desc().

◆ ext2

const expr_t* _expr_t::ext2

Definition at line 369 of file widltypes.h.

◆ integer

struct integer _expr_t::integer

Definition at line 363 of file widltypes.h.

Referenced by set_custdata_attr().

◆ is_const

int _expr_t::is_const

Definition at line 370 of file widltypes.h.

Referenced by make_expr2(), make_expr3(), and write_conf_or_var_desc().

◆ ref

const expr_t* _expr_t::ref

Definition at line 361 of file widltypes.h.

Referenced by write_conf_or_var_desc().

◆ sval

const char* _expr_t::sval

Definition at line 365 of file widltypes.h.

Referenced by set_custdata_attr(), and write_conf_or_var_desc().

◆ tref

decl_spec_t _expr_t::tref

Definition at line 367 of file widltypes.h.

◆ type

enum expr_type _expr_t::type

◆ 

union { ... } _expr_t::u

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