GDB (xrefs)
Loading...
Searching...
No Matches
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
 
unsigned int print_offsets: 1
 
unsigned int print_in_hex: 1
 
int print_nested_type_limit
 
typedef_hash_tablelocal_typedefs
 
typedef_hash_tableglobal_typedefs
 
struct ext_lang_type_printersglobal_printers
 

Detailed Description

Definition at line 29 of file typeprint.h.

Member Data Documentation

◆ global_printers

struct ext_lang_type_printers* type_print_options::global_printers

Definition at line 59 of file typeprint.h.

◆ global_typedefs

typedef_hash_table* type_print_options::global_typedefs

Definition at line 55 of file typeprint.h.

◆ local_typedefs

typedef_hash_table* type_print_options::local_typedefs

Definition at line 51 of file typeprint.h.

Referenced by c_type_print_base_1(), and c_type_print_base_struct_union().

◆ print_in_hex

unsigned int type_print_options::print_in_hex

◆ print_methods

unsigned int type_print_options::print_methods

Definition at line 35 of file typeprint.h.

Referenced by set_print_type_methods().

◆ print_nested_type_limit

int type_print_options::print_nested_type_limit

Definition at line 47 of file typeprint.h.

Referenced by c_type_print_base_struct_union(), and set_print_type_nested_types().

◆ print_offsets

unsigned int type_print_options::print_offsets

Definition at line 41 of file typeprint.h.

◆ print_typedefs

unsigned int type_print_options::print_typedefs

Definition at line 38 of file typeprint.h.

Referenced by set_print_type_typedefs().

◆ raw

unsigned int type_print_options::raw

Definition at line 32 of file typeprint.h.

Referenced by whatis_exp().


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