#include <compound.hh>
Public Member Functions | |
| Date (int y, int m, int d) | |
| Date () | |
| bool | operator< (const Date &date) const |
| bool | operator== (const Date &date) const |
| bool | operator!= (const Date &date) const |
Static Public Member Functions | |
| static Date | FromString (const StringRef &str) |
Data Fields | |
| int | year |
| int | month |
| int | day |
Definition at line 31 of file compound.hh.
| Date | ( | int | y, | |
| int | m, | |||
| int | d | |||
| ) | [inline] |
Definition at line 32 of file compound.hh.
| Date | ( | ) | [inline] |
Definition at line 35 of file compound.hh.
Definition at line 52 of file compound.hh.
| bool operator!= | ( | const Date & | date | ) | const [inline] |
Definition at line 47 of file compound.hh.
| bool operator< | ( | const Date & | date | ) | const [inline] |
Definition at line 38 of file compound.hh.
| bool operator== | ( | const Date & | date | ) | const [inline] |
Definition at line 42 of file compound.hh.
| int day |
Definition at line 65 of file compound.hh.
| int month |
Definition at line 64 of file compound.hh.
| int year |
Definition at line 63 of file compound.hh.
1.5.8