Public Types | Public Member Functions
vgui_deck_tableau_new Struct Reference

Create a smart-pointer to a vgui_deck_tableau. More...

#include <vgui_deck_tableau.h>

List of all members.

Public Types

typedef vgui_deck_tableau_sptr base

Public Member Functions

 vgui_deck_tableau_new ()
 Constructor - creates a pointer to an empty vgui_deck_tableau.
 vgui_deck_tableau_new (vgui_tableau_sptr const &child0, vgui_tableau_sptr const &child1)
 Constructor - creates a pointer to a vgui_deck_tableau with two children.
 vgui_deck_tableau_new (vgui_tableau_sptr const &child0, vgui_tableau_sptr const &child1, vgui_tableau_sptr const &child2)
 Constructor - creates a pointer to a vgui_deck_tableau with 3 children.

Detailed Description

Create a smart-pointer to a vgui_deck_tableau.

Definition at line 138 of file vgui_deck_tableau.h.


Member Typedef Documentation

Definition at line 140 of file vgui_deck_tableau.h.


Constructor & Destructor Documentation

vgui_deck_tableau_new::vgui_deck_tableau_new ( ) [inline]

Constructor - creates a pointer to an empty vgui_deck_tableau.

Definition at line 143 of file vgui_deck_tableau.h.

vgui_deck_tableau_new::vgui_deck_tableau_new ( vgui_tableau_sptr const &  child0,
vgui_tableau_sptr const &  child1 
) [inline]

Constructor - creates a pointer to a vgui_deck_tableau with two children.

Children are given top to bottom.

Definition at line 147 of file vgui_deck_tableau.h.

vgui_deck_tableau_new::vgui_deck_tableau_new ( vgui_tableau_sptr const &  child0,
vgui_tableau_sptr const &  child1,
vgui_tableau_sptr const &  child2 
) [inline]

Constructor - creates a pointer to a vgui_deck_tableau with 3 children.

Children are given top to bottom.

Definition at line 152 of file vgui_deck_tableau.h.


The documentation for this struct was generated from the following file: