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

Method set_date

src/cookie_datetime.cpp:20–23  ·  view source on GitHub ↗

Implementation of set_date method.

Source from the content-addressed store, hash-verified

18
19// Implementation of set_date method.
20curl::cookie_datetime *curl::cookie_datetime::set_date(const cookie_date &cookieDate) NOEXCEPT {
21 this->date = cookieDate;
22 return this;
23}
24
25// Implementation of get_time method.
26curl::cookie_time curl::cookie_datetime::get_time() const NOEXCEPT {

Callers 1

cookie_datetimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected