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

Method cookie_datetime

src/cookie_datetime.cpp:9–11  ·  view source on GitHub ↗

Implementation of constructor with parameters.

Source from the content-addressed store, hash-verified

7
8// Implementation of constructor with parameters.
9curl::cookie_datetime::cookie_datetime(const cookie_time &time, const cookie_date &date) NOEXCEPT {
10 this->set_time(time)->set_date(date);
11}
12
13// Implementation of set_time method.
14curl::cookie_datetime *curl::cookie_datetime::set_time(const cookie_time &cookieTime) NOEXCEPT {

Callers

nothing calls this directly

Calls 2

set_timeMethod · 0.95
set_dateMethod · 0.80

Tested by

no test coverage detected