ReactOS 0.4.15-dev-7942-gd23573b
symt_array Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_array:

Public Attributes

struct symt symt
 
int start
 
int end
 
struct symtbase_type
 
struct symtindex_type
 

Detailed Description

Definition at line 260 of file dbghelp_private.h.

Member Data Documentation

◆ base_type

struct symt* symt_array::base_type

Definition at line 265 of file dbghelp_private.h.

Referenced by symt_new_array().

◆ end

int symt_array::end

Definition at line 264 of file dbghelp_private.h.

Referenced by symt_new_array().

◆ index_type

struct symt* symt_array::index_type

Definition at line 266 of file dbghelp_private.h.

Referenced by symt_new_array().

◆ start

int symt_array::start

Definition at line 263 of file dbghelp_private.h.

Referenced by symt_new_array().

◆ symt

struct symt symt_array::symt

Definition at line 262 of file dbghelp_private.h.

Referenced by symt_new_array().


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