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