Implementation of constructor.
| 15 | |
| 16 | // Implementation of constructor. |
| 17 | curl_form::curl_form() : form_post(nullptr), last_ptr(nullptr) { |
| 18 | // ... nothing to do here ... |
| 19 | } |
| 20 | |
| 21 | // Implementation of destructor. |
| 22 | curl_form::~curl_form() NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected