#include <curlite.hpp>
Public Member Functions | |
| bool | add (std::vector< curl_forms > const &forms) |
| Form () | |
| Form (std::vector< curl_forms > const &forms) | |
| Form (Form &&other) | |
| curl_httppost * | get () const |
| Form & | operator= (Form &&other) |
| std::pair< curl_httppost *, curl_httppost * > | release () |
| ~Form () | |
Private Member Functions | |
| Form (Form const &other) | |
| void | operator= (Form const &other) |
Private Attributes | |
| curl_httppost * | _first |
| curl_httppost * | _last |
Definition at line 423 of file curlite.hpp.
|
private |
| curlite::Form::Form | ( | ) |
Definition at line 765 of file curlite.cpp.
| curlite::Form::Form | ( | std::vector< curl_forms > const & | forms | ) |
Definition at line 769 of file curlite.cpp.
| curlite::Form::Form | ( | Form && | other | ) |
Definition at line 775 of file curlite.cpp.
| curlite::Form::~Form | ( | ) |
Definition at line 782 of file curlite.cpp.
| bool curlite::Form::add | ( | std::vector< curl_forms > const & | forms | ) |
Definition at line 819 of file curlite.cpp.
| curl_httppost * curlite::Form::get | ( | ) | const |
Definition at line 804 of file curlite.cpp.
|
private |
Definition at line 789 of file curlite.cpp.
| std::pair< curl_httppost *, curl_httppost * > curlite::Form::release | ( | ) |
Definition at line 809 of file curlite.cpp.
|
private |
Definition at line 425 of file curlite.hpp.
|
private |
Definition at line 426 of file curlite.hpp.