#include <cFile.h>
Public Member Functions | |
| cFile (void) | |
| Constructor. | |
| ~cFile (void) | |
| Destructor. | |
| void | Clear (void) |
| Clear all data. | |
| void | SetData (string *sData) |
| void | SetDate (string sDate) |
| sRelDate == yyyy-mm-dd | |
| void | SetCdNum (string sCdNum) |
| void | SetFilename (string sFilename) |
| void | SetSize (string sSize) |
| void | SetMd4 (string sMd4) |
| void | SetPriority (string sPriority) |
| void | SetAvailability (string sAvailability) |
| void | SetComment (string sComment) |
| void | SetDone (string sDone) |
| void | SetCategory (string sCategory) |
| void | SetStoring (string sStoring) |
| void | SetPoster (string sPoster) |
| const string * | GetData (void) const |
| const string | GetDate (void) const |
| const string | GetCdNum (void) const |
| const string | GetFilename (void) const |
| const string | GetSize (void) const |
| const string | GetMd4 (void) const |
| const string | GetPriority (void) const |
| const string | GetAvailability (void) const |
| const string | GetComment (void) const |
| const string | GetDone (void) const |
| const string | GetCategory (void) const |
| const string | GetStoring (void) const |
| const string | GetPoster (void) const |
Private Member Functions | |
| void | SetDay (string sDay) |
| void | SetMonth (string sMonth) |
| void | SetYear (string sYear) |
| const string | GetDay (void) const |
| const string | GetMonth (void) const |
| const string | GetYear (void) const |
Private Attributes | |
| string | m_pFileData [NUM_OF_FILE_DATA] |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Clear all data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sRelDate == yyyy-mm-dd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2