ReactOS 0.4.15-dev-7834-g00c4b3d
_var_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _var_t:

Public Attributes

charname
 
type_ttype
 
attr_list_tattrs
 
expr_teval
 
enum storage_class stgclass
 
unsigned int procstring_offset
 
unsigned int typestring_offset
 
struct _loc_info_t loc_info
 
struct list entry
 

Detailed Description

Definition at line 451 of file widltypes.h.

Member Data Documentation

◆ attrs

attr_list_t* _var_t::attrs

Definition at line 454 of file widltypes.h.

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

◆ entry

struct list _var_t::entry

Definition at line 463 of file widltypes.h.

◆ eval

expr_t* _var_t::eval

Definition at line 455 of file widltypes.h.

◆ loc_info

struct _loc_info_t _var_t::loc_info

◆ name

◆ procstring_offset

unsigned int _var_t::procstring_offset

Definition at line 457 of file widltypes.h.

◆ stgclass

enum storage_class _var_t::stgclass

Definition at line 456 of file widltypes.h.

Referenced by process_tfs_iface(), write_client_ifaces(), and write_function_stubs().

◆ type

◆ typestring_offset

unsigned int _var_t::typestring_offset

Definition at line 458 of file widltypes.h.


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