ReactOS 0.4.15-dev-7934-g1dc8d80
_expr_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _expr_t:

Public Attributes

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

Detailed Description

Definition at line 307 of file widltypes.h.

Member Data Documentation

◆ cval

◆ dval

double _expr_t::dval

Definition at line 312 of file widltypes.h.

◆ entry

struct list _expr_t::entry

Definition at line 321 of file widltypes.h.

◆ ext

const expr_t* _expr_t::ext

Definition at line 314 of file widltypes.h.

Referenced by write_conf_or_var_desc().

◆ ext2

const expr_t* _expr_t::ext2

Definition at line 317 of file widltypes.h.

◆ is_const

int _expr_t::is_const

Definition at line 318 of file widltypes.h.

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

◆ lval

int _expr_t::lval

Definition at line 311 of file widltypes.h.

◆ ref

const expr_t* _expr_t::ref

Definition at line 309 of file widltypes.h.

Referenced by write_conf_or_var_desc().

◆ sval

const char* _expr_t::sval

Definition at line 313 of file widltypes.h.

Referenced by write_conf_or_var_desc().

◆ tref

type_t* _expr_t::tref

Definition at line 315 of file widltypes.h.

◆ type

enum expr_type _expr_t::type

Definition at line 308 of file widltypes.h.

Referenced by get_size_is_expr(), write_args(), and write_conf_or_var_desc().

◆ 

union { ... } _expr_t::u

Referenced by write_conf_or_var_desc().


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