Pizza Class Reference

#include <Pizza.h>

List of all members.

Public Member Functions

 Pizza ()
 ~Pizza ()
void SetDough (const std::string &d)
void SetSauce (const std::string &s)
void SetTopping (const std::string &t)
void ShowPizza ()

Private Attributes

std::string dough
std::string sauce
std::string topping


Detailed Description

Definition at line 6 of file Pizza.h.


Constructor & Destructor Documentation

Pizza::Pizza (  )  [inline]

Definition at line 14 of file Pizza.h.

Pizza::~Pizza (  )  [inline]

Definition at line 15 of file Pizza.h.


Member Function Documentation

void Pizza::SetDough ( const std::string &  d  )  [inline]

Definition at line 17 of file Pizza.h.

References dough.

void Pizza::SetSauce ( const std::string &  s  )  [inline]

Definition at line 18 of file Pizza.h.

References sauce.

void Pizza::SetTopping ( const std::string &  t  )  [inline]

Definition at line 19 of file Pizza.h.

References topping.

void Pizza::ShowPizza (  )  [inline]

Definition at line 21 of file Pizza.h.

References dough, sauce, and topping.


Member Data Documentation

std::string Pizza::dough [private]

Definition at line 9 of file Pizza.h.

Referenced by SetDough(), and ShowPizza().

std::string Pizza::sauce [private]

Definition at line 10 of file Pizza.h.

Referenced by SetSauce(), and ShowPizza().

std::string Pizza::topping [private]

Definition at line 11 of file Pizza.h.

Referenced by SetTopping(), and ShowPizza().


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

Generated on Fri Mar 20 12:23:28 2009 for Builder Design Pattern by  doxygen 1.5.8