ReactOS 0.4.15-dev-7788-g1ad9096
symt_enum Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_enum:

Public Attributes

struct symt symt
 
struct symtbase_type
 
const charname
 
struct vector vchildren
 

Detailed Description

Definition at line 277 of file dbghelp_private.h.

Member Data Documentation

◆ base_type

struct symt* symt_enum::base_type

Definition at line 280 of file dbghelp_private.h.

Referenced by symt_add_enum_element(), and symt_new_enum().

◆ name

const char* symt_enum::name

Definition at line 281 of file dbghelp_private.h.

Referenced by symt_new_enum().

◆ symt

struct symt symt_enum::symt

Definition at line 279 of file dbghelp_private.h.

Referenced by codeview_add_type_enum(), symt_add_enum_element(), and symt_new_enum().

◆ vchildren

struct vector symt_enum::vchildren

Definition at line 282 of file dbghelp_private.h.

Referenced by symt_add_enum_element(), and symt_new_enum().


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