GDB (xrefs)
Loading...
Searching...
No Matches
ctf_field_info Struct Reference

Public Attributes

std::vector< struct ctf_nextfieldfields
 
struct ctf_contextcur_context
 
struct typeptype
 
std::vector< struct decl_fieldtypedef_field_list
 
std::vector< struct decl_fieldnested_types_list
 

Detailed Description

Definition at line 150 of file ctfread.c.

Member Data Documentation

◆ cur_context

struct ctf_context* ctf_field_info::cur_context

◆ fields

std::vector<struct ctf_nextfield> ctf_field_info::fields

Definition at line 153 of file ctfread.c.

Referenced by attach_fields_to_type(), ctf_add_enum_member_cb(), and ctf_add_member_cb().

◆ nested_types_list

std::vector<struct decl_field> ctf_field_info::nested_types_list

Definition at line 167 of file ctfread.c.

◆ ptype

struct type* ctf_field_info::ptype

Definition at line 159 of file ctfread.c.

Referenced by ctf_add_enum_member_cb(), and process_enum_type().

◆ typedef_field_list

std::vector<struct decl_field> ctf_field_info::typedef_field_list

Definition at line 163 of file ctfread.c.


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