GDB (xrefs)
Public Attributes | List of all members
type_print_options Struct Reference

#include "typeprint.h"

Public Attributes

unsigned int raw: 1
 
unsigned int print_methods: 1
 
unsigned int print_typedefs: 1
 
struct typedef_hash_tablelocal_typedefs
 
struct typedef_hash_tableglobal_typedefs
 
struct ext_lang_type_printersglobal_printers
 

Detailed Description

Definition at line 27 of file typeprint.h.

Member Data Documentation

struct ext_lang_type_printers* type_print_options::global_printers
struct typedef_hash_table* type_print_options::global_typedefs
struct typedef_hash_table* type_print_options::local_typedefs

Definition at line 40 of file typeprint.h.

Referenced by c_type_print_base(), and find_typedef_in_hash().

unsigned int type_print_options::print_methods

Definition at line 33 of file typeprint.h.

Referenced by c_type_print_base(), set_print_type_methods(), and whatis_exp().

unsigned int type_print_options::print_typedefs

Definition at line 36 of file typeprint.h.

Referenced by c_type_print_base(), set_print_type_typedefs(), and whatis_exp().

unsigned int type_print_options::raw

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