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

Method curl_interface

include/curl_interface.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 // Implementation of constructor.
74 template<class T> curl_interface<T>::curl_interface() {
75 init(CURL_GLOBAL_ALL);
76 }
77
78 // Implementation of overloaded constructor.
79 template<class T> curl_interface<T>::curl_interface(const long flag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected