See vgui_tableau.h for a description of this file. More...
#include "vgui_tableau.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_algorithm.h>
#include <vgui/vgui_macro.h>
#include <vgui/vgui_event.h>
#include <vgui/vgui_parent_child_link.h>
#include <vgui/vgui_menu.h>
#include <vgui/vgui_popup_params.h>
#include <vgui/vgui_tableau_sptr.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &os, vgui_tableau_sptr const &t) |
Prints pretty name and address of tableau. |
See vgui_tableau.h for a description of this file.
Modifications 11-SEP-1999 P.Pritchett - Initial version. 08-OCT-2002 K.Y.McGaul - Removed unused adopt and disown functions.
Definition in file vgui_tableau.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
vgui_tableau_sptr const & | t | ||
) |
Prints pretty name and address of tableau.
Print some indication of what the tableau is.
eg : pig.jpg[vgui_composite:0xeffff728]
Definition at line 366 of file vgui_tableau.cxx.