GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
dynamic_prop_list Struct Reference

#include "gdbtypes.h"

Public Attributes

enum dynamic_prop_node_kind prop_kind
 
struct dynamic_prop prop
 
struct dynamic_prop_listnext
 

Detailed Description

List for dynamic type attributes.

Definition at line 464 of file gdbtypes.h.

Member Data Documentation

◆ next

struct dynamic_prop_list* dynamic_prop_list::next

◆ prop

struct dynamic_prop dynamic_prop_list::prop

Definition at line 470 of file gdbtypes.h.

Referenced by type::add_dyn_prop(), copy_dynamic_prop_list(), and type::dyn_prop().

◆ prop_kind

enum dynamic_prop_node_kind dynamic_prop_list::prop_kind

Definition at line 467 of file gdbtypes.h.

Referenced by type::add_dyn_prop(), type::dyn_prop(), and type::remove_dyn_prop().


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