GCC Middle and Back End API Reference
|
#include <types.h>
Public Member Functions | |
directions (bool up, bool down, bool left, bool right) | |
size_t | as_index () const |
Data Fields | |
bool | m_up: 1 |
bool | m_down: 1 |
bool | m_left: 1 |
bool | m_right: 1 |
A set of cardinal directions within a canvas or table.
|
inline |
References m_down, m_left, m_right, and m_up.
Referenced by text_art::get_box_drawing_char().
bool text_art::directions::m_down |
Referenced by as_index(), directions(), and text_art::ascii_theme::get_line_art().
bool text_art::directions::m_left |
Referenced by as_index(), directions(), and text_art::ascii_theme::get_line_art().
bool text_art::directions::m_right |
Referenced by as_index(), directions(), and text_art::ascii_theme::get_line_art().
bool text_art::directions::m_up |
Referenced by as_index(), directions(), and text_art::ascii_theme::get_line_art().