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

Method curl_share

include/curl_share.h:141–143  ·  view source on GitHub ↗

Implementation of overloaded constructor.

Source from the content-addressed store, hash-verified

139
140 // Implementation of overloaded constructor.
141 inline curl_share::curl_share(const long flag) : curl_interface(flag) {
142 initialize_curl_share();
143 }
144
145 // Implementation of copy constructor.
146 inline curl_share::curl_share(const curl_share &share) : curl_interface() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected