GCC Middle and Back End API Reference
dump-widget-info.h
Go to the documentation of this file.
1/* Support for creating dump widgets.
2 Copyright (C) 2024-2025 Free Software Foundation, Inc.
3 Contributed by David Malcolm <dmalcolm@redhat.com>.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option)
10any later version.
11
12GCC is distributed in the hope that it will be useful, but
13WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GCC; see the file COPYING3. If not see
19<http://www.gnu.org/licenses/>. */
20
21#ifndef GCC_TEXT_ART_DUMP_WIDGET_INFO_H
22#define GCC_TEXT_ART_DUMP_WIDGET_INFO_H
23
24namespace text_art {
25
26/* A bundle of state for use by make_dump_widget implementations.
27 The referenced objects are expected to outlive the widgets
28 themselves. */
29
50
51} // namespace text_art
52
53#endif /* GCC_TEXT_ART_DUMP_WIDGET_INFO_H */
Definition types.h:342
Definition theme.h:30
Definition diagnostics/context.h:57
dump_widget_info(text_art::style_manager &sm, const text_art::theme &theme, text_art::style::id_t tree_style_id)
Definition dump-widget-info.h:32
dump_widget_info(text_art::style_manager &sm, const text_art::theme &theme, text_art::style::id_t tree_style_id)
Definition dump-widget-info.h:32
text_art::style::id_t get_tree_style_id() const
Definition dump-widget-info.h:41
text_art::style::id_t m_tree_style_id
Definition dump-widget-info.h:48
const text_art::theme & m_theme
Definition dump-widget-info.h:47
text_art::style_manager & m_sm
Definition dump-widget-info.h:46
unsigned char id_t
Definition types.h:223