Tableau to turn a non-tableau into a multi-tableau. More...
Go to the source code of this file.
Classes | |
struct | vgui_satellite_tableau_t< object, data > |
Tableau to turn a non-tableau into a multi-tableau (with client data). More... | |
struct | vgui_satellite_tableau< object > |
Tableau to turn a non-tableau into a multi-tableau (without client data). More... | |
struct | vgui_satellite_tableau_t_new< object, data > |
struct | vgui_satellite_tableau_new< object > |
Defines | |
#define | quirk(x) |
#define | VGUI_SATELLITE_T_INSTANTIATE(C, A) |
#define | VGUI_SATELLITE_INSTANTIATE(C) |
Tableau to turn a non-tableau into a multi-tableau.
Modifications 02-OCT-2002 A.W.Fitzgibbon - Changed overview documentation.
Definition in file vgui_satellite_tableau.h.
#define quirk | ( | x | ) |
Definition at line 164 of file vgui_satellite_tableau.h.
#define VGUI_SATELLITE_INSTANTIATE | ( | C | ) |
template struct vgui_satellite_tableau<C >; \ template struct vgui_satellite_tableau_new<C >
Definition at line 199 of file vgui_satellite_tableau.h.
#define VGUI_SATELLITE_T_INSTANTIATE | ( | C, | |
A | |||
) |
template struct vgui_satellite_tableau_t<C, A >; \ template struct vgui_satellite_tableau_t_new<C, A >
Definition at line 194 of file vgui_satellite_tableau.h.