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

#include "gdbtypes.h"

Public Attributes

const char * name
 
struct typetype
 
unsigned int is_protected: 1
 
unsigned int is_private: 1
 

Detailed Description

Definition at line 1602 of file gdbtypes.h.

Member Data Documentation

◆ is_private

unsigned int decl_field::is_private

True if this field was declared private, false otherwise.

Definition at line 1617 of file gdbtypes.h.

Referenced by dwarf2_add_type_defn().

◆ is_protected

unsigned int decl_field::is_protected

True if this field was declared protected, false otherwise.

Definition at line 1614 of file gdbtypes.h.

Referenced by dwarf2_add_type_defn().

◆ name

const char* decl_field::name

◆ type

struct type* decl_field::type

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