Text descriptions of the tableau hierarchy. More...
Go to the source code of this file.
Functions | |
void | vgui_text_graph (vcl_ostream &) |
Sends a text description of the whole tableau hierarchy to the given stream. | |
void | vgui_text_graph (vcl_ostream &, vgui_tableau_sptr const &) |
Sends a text description of tableau hierarchy beneath the given tableau. |
Text descriptions of the tableau hierarchy.
Definition in file vgui_text_graph.h.
void vgui_text_graph | ( | vcl_ostream & | ) |
Sends a text description of the whole tableau hierarchy to the given stream.
Definition at line 43 of file vgui_text_graph.cxx.
void vgui_text_graph | ( | vcl_ostream & | s, |
vgui_tableau_sptr const & | t | ||
) |
Sends a text description of tableau hierarchy beneath the given tableau.
Definition at line 36 of file vgui_text_graph.cxx.