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

Method get_year

src/cookie_date.cpp:65–67  ·  view source on GitHub ↗

Implementation of get_year method.

Source from the content-addressed store, hash-verified

63
64// Implementation of get_year method.
65unsigned int curl::cookie_date::get_year() const NOEXCEPT {
66 return this->year;
67}
68
69// Implementation of get_formatted method.
70std::string curl::cookie_date::get_formatted() NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected