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

Method curl_ios

include/curl_ios.h:60–62  ·  view source on GitHub ↗

This constructor allows to specifiy a custom stream and a custom callback pointer.

Source from the content-addressed store, hash-verified

58 public:
59 // This constructor allows to specifiy a custom stream and a custom callback pointer.
60 curl_ios(T *stream, curlcpp_callback_type callback_ptr) : _stream(stream) {
61 this->set_callback(callback_ptr);
62 }
63
64 // This method allow to specify a custom callback pointer.
65 void set_callback(curlcpp_callback_type callback_ptr) {

Callers

nothing calls this directly

Calls 1

set_callbackMethod · 0.95

Tested by

no test coverage detected