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

Method cookie_time

include/cookie_time.h:44–44  ·  view source on GitHub ↗

* The default constructor will initialize every attribute with zero. */

Source from the content-addressed store, hash-verified

42 * The default constructor will initialize every attribute with zero.
43 */
44 cookie_time() : hour(0), minutes(0), seconds(0) {};
45 /**
46 * The constructor with parameters allows to initialize attributes with custom values.
47 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected