#include <curlite.hpp>
Definition at line 423 of file curlite.hpp.
◆ Form() [1/4]
| curlite::Form::Form |
( |
Form const & |
other | ) |
|
|
private |
◆ Form() [2/4]
◆ Form() [3/4]
| curlite::Form::Form |
( |
std::vector< curl_forms > const & |
forms | ) |
|
◆ Form() [4/4]
| curlite::Form::Form |
( |
Form && |
other | ) |
|
◆ ~Form()
◆ add()
| bool curlite::Form::add |
( |
std::vector< curl_forms > const & |
forms | ) |
|
◆ get()
| curl_httppost * curlite::Form::get |
( |
| ) |
const |
◆ operator=() [1/2]
| void curlite::Form::operator= |
( |
Form const & |
other | ) |
|
|
private |
◆ operator=() [2/2]
| Form & curlite::Form::operator= |
( |
Form && |
other | ) |
|
◆ release()
| std::pair< curl_httppost *, curl_httppost * > curlite::Form::release |
( |
| ) |
|
◆ _first
| curl_httppost* curlite::Form::_first |
|
private |
◆ _last
| curl_httppost* curlite::Form::_last |
|
private |
The documentation for this class was generated from the following files: