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

Method cookie_time

src/cookie_time.cpp:11–15  ·  view source on GitHub ↗

Implementation of constructor with parameters.

Source from the content-addressed store, hash-verified

9
10// Implementation of constructor with parameters.
11curl::cookie_time::cookie_time(const unsigned int hour, const unsigned int minutes,
12 const unsigned int seconds) {
13
14 this->set_hour(hour)->set_minutes(minutes)->set_seconds(seconds);
15}
16
17// Implementation of set_hour method.
18curl::cookie_time *curl::cookie_time::set_hour(unsigned int _hour) NOEXCEPT {

Callers

nothing calls this directly

Calls 3

set_hourMethod · 0.95
set_secondsMethod · 0.80
set_minutesMethod · 0.80

Tested by

no test coverage detected