Public Member Functions | Private Member Functions | Private Attributes | List of all members
curlite::Form Class Reference

#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
 
Formoperator= (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
 

Detailed Description

Definition at line 423 of file curlite.hpp.

Constructor & Destructor Documentation

curlite::Form::Form ( Form const &  other)
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.

Member Function Documentation

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.

void curlite::Form::operator= ( Form const &  other)
private
Form & curlite::Form::operator= ( Form &&  other)

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.

Member Data Documentation

curl_httppost* curlite::Form::_first
private

Definition at line 425 of file curlite.hpp.

curl_httppost* curlite::Form::_last
private

Definition at line 426 of file curlite.hpp.


The documentation for this class was generated from the following files:


fanuc_post_processor
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Jun 10 2019 13:16:56