#include <Wheel.h>
Inherits CarElement.
Public Member Functions | |
Wheel (const string &name) | |
const string & | getName () const |
void | accept (const CarElementVisitor &visitor) |
Private Attributes | |
string | name_ |
Definition at line 5 of file Wheel.h.
void Wheel::accept | ( | const CarElementVisitor & | visitor | ) | [inline, virtual] |
Implements CarElement.
Definition at line 16 of file Wheel.h.
References CarElementVisitor::visit().
const string& Wheel::getName | ( | ) | const [inline] |
Definition at line 12 of file Wheel.h.
References name_.
Referenced by CarElementPrintVisitor::visit(), and CarElementDoVisitor::visit().
string Wheel::name_ [private] |