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

Method curl_form

src/curl_form.cpp:17–19  ·  view source on GitHub ↗

Implementation of constructor.

Source from the content-addressed store, hash-verified

15
16// Implementation of constructor.
17curl_form::curl_form() : form_post(nullptr), last_ptr(nullptr) {
18 // ... nothing to do here ...
19}
20
21// Implementation of destructor.
22curl_form::~curl_form() NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected