#include <cSoftware.h>
Public Member Functions | |
cSoftware (void) | |
Constructor. | |
~cSoftware (void) | |
Destructor. | |
void | Clear (void) |
Clear all data. | |
void | SetData (const string *sData) |
void | SetDate (const string sDate) |
void | SetVersion (const string sVersion) |
void | SetLanguage (const string sLanguage) |
void | SetCompany (const string sCompany) |
void | SetUrl (const string sUrl) |
void | SetDescription (const string sDescription) |
void | SetMd4 (const string sMd4) |
const string * | GetData (void) const |
const string | GetDate (void) const |
const string | GetVersion (void) const |
const string | GetLanguage (void) const |
const string | GetCompany (void) const |
const string | GetUrl (void) const |
const string | GetDescription (void) const |
const string | GetMd4 (void) const |
Private Member Functions | |
void | SetDay (const string sDay) |
void | SetMonth (const string sMonth) |
void | SetYear (const string sYear) |
const string | GetDay (void) const |
const string | GetMonth (void) const |
const string | GetYear (void) const |
Private Attributes | |
string | m_pSoftwareData [NUM_OF_SOFTWARE_DATA] |
|
Constructor.
|
|
Destructor.
|
|
Clear all data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|