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

#include "ui-out.h"

Public Attributes

table_begin_ftypetable_begin
 
table_body_ftypetable_body
 
table_end_ftypetable_end
 
table_header_ftypetable_header
 
ui_out_begin_ftypebegin
 
ui_out_end_ftypeend
 
field_int_ftypefield_int
 
field_skip_ftypefield_skip
 
field_string_ftypefield_string
 
field_fmt_ftypefield_fmt
 
spaces_ftypespaces
 
text_ftypetext
 
message_ftypemessage
 
wrap_hint_ftypewrap_hint
 
flush_ftypeflush
 
redirect_ftyperedirect
 
data_destroy_ftypedata_destroy
 
int is_mi_like_p
 

Detailed Description

Definition at line 207 of file ui-out.h.

Member Data Documentation

ui_out_begin_ftype* ui_out_impl::begin

Definition at line 213 of file ui-out.h.

Referenced by uo_begin().

data_destroy_ftype* ui_out_impl::data_destroy

Definition at line 225 of file ui-out.h.

Referenced by uo_data_destroy().

ui_out_end_ftype* ui_out_impl::end

Definition at line 214 of file ui-out.h.

Referenced by uo_end().

field_fmt_ftype* ui_out_impl::field_fmt

Definition at line 218 of file ui-out.h.

Referenced by _initialize_tui_out(), tui_field_fmt(), and uo_field_fmt().

field_int_ftype* ui_out_impl::field_int

Definition at line 215 of file ui-out.h.

Referenced by _initialize_tui_out(), tui_field_int(), and uo_field_int().

field_skip_ftype* ui_out_impl::field_skip

Definition at line 216 of file ui-out.h.

Referenced by uo_field_skip().

field_string_ftype* ui_out_impl::field_string

Definition at line 217 of file ui-out.h.

Referenced by _initialize_tui_out(), tui_field_string(), and uo_field_string().

flush_ftype* ui_out_impl::flush

Definition at line 223 of file ui-out.h.

Referenced by uo_flush().

int ui_out_impl::is_mi_like_p

Definition at line 226 of file ui-out.h.

Referenced by ui_out_is_mi_like_p().

message_ftype* ui_out_impl::message

Definition at line 221 of file ui-out.h.

Referenced by uo_message().

redirect_ftype* ui_out_impl::redirect

Definition at line 224 of file ui-out.h.

Referenced by uo_redirect().

spaces_ftype* ui_out_impl::spaces

Definition at line 219 of file ui-out.h.

Referenced by uo_spaces().

table_begin_ftype* ui_out_impl::table_begin

Definition at line 209 of file ui-out.h.

Referenced by uo_table_begin().

table_body_ftype* ui_out_impl::table_body

Definition at line 210 of file ui-out.h.

Referenced by uo_table_body().

table_end_ftype* ui_out_impl::table_end

Definition at line 211 of file ui-out.h.

Referenced by uo_table_end().

table_header_ftype* ui_out_impl::table_header

Definition at line 212 of file ui-out.h.

Referenced by uo_table_header().

text_ftype* ui_out_impl::text

Definition at line 220 of file ui-out.h.

Referenced by _initialize_tui_out(), tui_text(), and uo_text().

wrap_hint_ftype* ui_out_impl::wrap_hint

Definition at line 222 of file ui-out.h.

Referenced by uo_wrap_hint().


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