#include <ocTypes.h>


Public Member Functions | |
| oc_time () | |
| oc_time (const time_date &in) | |
| oc_time (const tm &in) | |
| oc_time & | operator= (const tm &in) |
| ~oc_time () | |
| oc_time & | milTime (void) |
| oc_time & | milTimeNoSec (void) |
| oc_time & | noSec (void) |
| oc_time & | withSec (void) |
| oc_time & | setFormat (string fmtIn) |
| string | format (size_t max=256) const |
| oc_time & | parse (const char *strDate) |
| oc_time () | |
| oc_time (const time_date &in) | |
| oc_time (const tm &in) | |
| oc_time & | operator= (const tm &in) |
| ~oc_time () | |
| oc_time & | milTime (void) |
| oc_time & | milTimeNoSec (void) |
| oc_time & | noSec (void) |
| oc_time & | withSec (void) |
| oc_time & | setFormat (string fmtIn) |
| string | format (size_t max=256) const |
| oc_time & | parse (const char *strDate) |
Private Attributes | |
| string | fmt |
Definition at line 176 of file ocTypes.h.
| oc_time& oc_time::operator= | ( | const tm & | in | ) | [inline] |
| oc_time& oc_time::milTime | ( | void | ) | [inline] |
| oc_time& oc_time::milTimeNoSec | ( | void | ) | [inline] |
| oc_time& oc_time::withSec | ( | void | ) | [inline] |
| oc_time& oc_time::setFormat | ( | string | fmtIn | ) | [inline] |
Definition at line 194 of file ocTypes.h.
References fmt.
Referenced by xml_form::timeFXfer(), and forms_base::timeFXfer().
| string oc_time::format | ( | size_t | max = 256 |
) | const [inline] |
Definition at line 199 of file ocTypes.h.
References fmt, and time_date::format().
Referenced by operator<<().
| oc_time& oc_time::parse | ( | const char * | strDate | ) | [inline] |
Definition at line 203 of file ocTypes.h.
References time_date::day_of_month(), fmt, time_date::month(), time_date::parse(), and time_date::year().
Referenced by xml_form::timeFXfer(), and forms_base::timeFXfer().
| oc_time& oc_time::operator= | ( | const tm & | in | ) | [inline] |
| oc_time& oc_time::milTime | ( | void | ) | [inline] |
| oc_time& oc_time::milTimeNoSec | ( | void | ) | [inline] |
| oc_time& oc_time::withSec | ( | void | ) | [inline] |
| oc_time& oc_time::setFormat | ( | string | fmtIn | ) | [inline] |
| string oc_time::format | ( | size_t | max = 256 |
) | const [inline] |
| oc_time& oc_time::parse | ( | const char * | strDate | ) | [inline] |
Definition at line 203 of file ocTypes.h.
References time_date::day_of_month(), fmt, time_date::month(), time_date::parse(), and time_date::year().
string oc_time::fmt [private] |
Definition at line 178 of file ocTypes.h.
Referenced by format(), milTime(), milTimeNoSec(), noSec(), parse(), setFormat(), and withSec().
1.5.5