Wheel Class Reference

#include <Wheel.h>

Inherits CarElement.

Collaboration diagram for Wheel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Wheel (const string &name)
const string & getName () const
void accept (const CarElementVisitor &visitor)

Private Attributes

string name_


Detailed Description

Definition at line 5 of file Wheel.h.


Constructor & Destructor Documentation

Wheel::Wheel ( const string &  name  )  [inline, explicit]

Definition at line 8 of file Wheel.h.


Member Function Documentation

void Wheel::accept ( const CarElementVisitor visitor  )  [inline, virtual]

Implements CarElement.

Definition at line 16 of file Wheel.h.

References CarElementVisitor::visit().

Here is the call graph for this function:

const string& Wheel::getName (  )  const [inline]

Definition at line 12 of file Wheel.h.

References name_.

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

Here is the caller graph for this function:


Member Data Documentation

string Wheel::name_ [private]

Definition at line 21 of file Wheel.h.

Referenced by getName().


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

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