#include <httpDate.h>
Private Member Functions | |
INLINE | HTTPDate (time_t time) |
HTTPDate (const string &format) | |
INLINE | HTTPDate (const HTTPDate ©) |
INLINE void | operator= (const HTTPDate ©) |
INLINE bool | is_valid () const |
string | get_string () const |
INLINE time_t | get_time () const |
INLINE bool | operator== (const HTTPDate &other) const |
INLINE bool | operator!= (const HTTPDate &other) const |
INLINE bool | operator< (const HTTPDate &other) const |
INLINE bool | operator> (const HTTPDate &other) const |
INLINE int | compare_to (const HTTPDate &other) const |
INLINE void | operator+= (int seconds) |
INLINE void | operator-= (int seconds) |
INLINE HTTPDate | operator+ (int seconds) const |
INLINE HTTPDate | operator- (int seconds) const |
INLINE int | operator- (const HTTPDate &other) const |
bool | input (istream &in) |
void | output (ostream &out) const |
Static Private Member Functions | |
INLINE HTTPDate | now () |
string | get_token (const string &str, size_t &pos) |
Private Attributes | |
PUBLISHED | __pad0__: INLINE HTTPDate() |
time_t | _time |
|
Referenced by input(). |
|
Definition at line 43 of file httpDate.cxx. References _time, format, get_token(), months, now(), NULL, num_months, num_weekdays, t, and weekdays. |
|
|
|
Referenced by DocumentSpec::compare_to(). |
|
Definition at line 233 of file httpDate.cxx. References _time, is_valid(), months, and weekdays. Referenced by output(). |
|
|
|
Definition at line 316 of file httpDate.cxx. References start. Referenced by HTTPDate(). |
|
Definition at line 260 of file httpDate.cxx. References HTTPDate(), and is_valid(). |
|
Referenced by get_string(), input(), and DocumentSpec::input(). |
|
Referenced by HTTPDate(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 293 of file httpDate.cxx. References get_string(). |
|
Definition at line 36 of file httpDate.h. |
|
Definition at line 67 of file httpDate.h. Referenced by get_string(), and HTTPDate(). |