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

Method curl_info

src/curl_info.cpp:14–16  ·  view source on GitHub ↗

Implementation of default constructor.

Source from the content-addressed store, hash-verified

12
13// Implementation of default constructor.
14curl_info::curl_info() {
15 this->version = curl_version_info(CURLVERSION_NOW);
16}
17
18// Implementation of overloaded constructor.
19curl_info::curl_info(const CURLversion version) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected