Car Class Reference

#include <Car.h>

List of all members.

Public Member Functions

vector< CarElement * > & getElements ()
 Car ()
 ~Car ()

Private Attributes

vector< CarElement * > elements_


Detailed Description

Definition at line 5 of file Car.h.


Constructor & Destructor Documentation

Car::Car (  )  [inline]

Definition at line 12 of file Car.h.

References elements_.

Car::~Car (  )  [inline]

Definition at line 22 of file Car.h.

References elements_.


Member Function Documentation

vector<CarElement*>& Car::getElements (  )  [inline]

Definition at line 8 of file Car.h.

References elements_.

Referenced by CarElementPrintVisitor::visitCar(), and CarElementDoVisitor::visitCar().

Here is the caller graph for this function:


Member Data Documentation

vector<CarElement*> Car::elements_ [private]

Definition at line 31 of file Car.h.

Referenced by Car(), getElements(), and ~Car().


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

Generated on Fri Mar 20 12:42:46 2009 for Visitor Design Pattern by  doxygen 1.5.8