* Default constructor. Inizialize the attributes with default values. */
| 62 | * Default constructor. Inizialize the attributes with default values. |
| 63 | */ |
| 64 | cookie_date() : day(1), month("Jan"), week_day("Mon"), year(1970) {} |
| 65 | /** |
| 66 | * Constructor with parameters, which gives a fast way to build a cookie_date object. |
| 67 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected