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

Method curl_share

src/curl_share.cpp:11–13  ·  view source on GitHub ↗

Implementation of default constructor.

Source from the content-addressed store, hash-verified

9
10// Implementation of default constructor.
11curl_share::curl_share() : curl_interface() {
12 initialize_curl_share();
13}
14
15// Implementation of assignment operator to perform a deep copy.
16curl_share &curl_share::operator=(const curl::curl_share &share) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected