#include <BikeRecord.h>
Inherits Record.
Public Member Functions | |
BikeRecord (const string &_oStrBikeName, unsigned int _ui32ID) | |
BikeRecord (const BikeRecord &_oBikeRecord) | |
~BikeRecord () | |
BikeRecord * | Clone () const |
void | Print () const |
Private Attributes | |
string | m_oStrBikeName |
unsigned int | m_ui32ID |
Definition at line 4 of file BikeRecord.h.
BikeRecord::BikeRecord | ( | const string & | _oStrBikeName, | |
unsigned int | _ui32ID | |||
) | [inline] |
Definition at line 12 of file BikeRecord.h.
Referenced by Clone().
BikeRecord::BikeRecord | ( | const BikeRecord & | _oBikeRecord | ) | [inline] |
BikeRecord::~BikeRecord | ( | ) | [inline] |
Definition at line 25 of file BikeRecord.h.
BikeRecord* BikeRecord::Clone | ( | ) | const [inline, virtual] |
Implements Record.
Definition at line 27 of file BikeRecord.h.
References BikeRecord().
void BikeRecord::Print | ( | ) | const [inline, virtual] |
Implements Record.
Definition at line 32 of file BikeRecord.h.
References m_oStrBikeName, and m_ui32ID.
string BikeRecord::m_oStrBikeName [private] |
unsigned int BikeRecord::m_ui32ID [private] |