ReactOS 0.4.16-dev-1946-g52006dd
_var_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _var_t:

Public Attributes

charname
 
decl_spec_t declspec
 
attr_list_tattrs
 
expr_teval
 
unsigned int typestring_offset
 
unsigned int procstring_offset
 
unsigned int func_idx
 
struct location where
 
unsigned int is_defined: 1
 
struct list entry
 

Detailed Description

Definition at line 540 of file widltypes.h.

Member Data Documentation

◆ attrs

attr_list_t* _var_t::attrs

Definition at line 543 of file widltypes.h.

Referenced by write_args(), write_function_stub(), and write_proc_func_interp().

◆ declspec

◆ entry

struct list _var_t::entry

◆ eval

expr_t* _var_t::eval

Definition at line 544 of file widltypes.h.

◆ func_idx

unsigned int _var_t::func_idx

Definition at line 549 of file widltypes.h.

Referenced by compute_method_indexes().

◆ is_defined

unsigned int _var_t::is_defined

Definition at line 554 of file widltypes.h.

◆ name

◆ procstring_offset

unsigned int _var_t::procstring_offset

Definition at line 549 of file widltypes.h.

◆ typestring_offset

unsigned int _var_t::typestring_offset

Definition at line 546 of file widltypes.h.

◆ where


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