MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / cookie_date

Method cookie_date

include/cookie_date.h:64–64  ·  view source on GitHub ↗

* Default constructor. Inizialize the attributes with default values. */

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected