Implementation of get_date method.
| 29 | |
| 30 | // Implementation of get_date method. |
| 31 | curl::cookie_date curl::cookie_datetime::get_date() const NOEXCEPT { |
| 32 | return this->date; |
| 33 | } |
| 34 | |
| 35 | // Implementation of get method. |
| 36 | std::string curl::cookie_datetime::get_formatted() NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected