#include <time.h>
Public Member Functions | |
| time () | |
| void | readsw (const string &swtime) |
| int | mch2int (char mc[3]) |
| void | ace () const |
Private Attributes | |
| int | year |
| int | date |
| int | month |
| int | hour |
| int | minute |
| int | second |
Static Private Attributes | |
| static char | m [12][3] = {"JAN", "FEB", "MAR", "ARP", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"} |
| time::time | ( | ) | [inline] |
| void time::ace | ( | ) | const |
int time::year [private] |
Referenced by readsw().
int time::date [private] |
Referenced by readsw().
int time::month [private] |
Referenced by readsw().
int time::hour [private] |
int time::minute [private] |
int time::second [private] |
char time::m = {"JAN", "FEB", "MAR", "ARP", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"} [static, private] |
Referenced by mch2int().
1.5.6