|
OpenStructure
|
#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 |
| String | ToString () const |
Static Public Member Functions | |
| static Date | FromString (const StringRef &str) |
Data Fields | |
| int | year |
| int | month |
| int | day |
Definition at line 35 of file compound.hh.
|
inline |
Definition at line 36 of file compound.hh.
|
inline |
Definition at line 39 of file compound.hh.
Definition at line 56 of file compound.hh.
|
inline |
Definition at line 51 of file compound.hh.
|
inline |
Definition at line 42 of file compound.hh.
|
inline |
Definition at line 46 of file compound.hh.
| String ToString | ( | ) | const |
| int day |
Definition at line 79 of file compound.hh.
| int month |
Definition at line 78 of file compound.hh.
| int year |
Definition at line 77 of file compound.hh.