Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
the implemented inherited classes of the abstracted class for etherogeneous list/map More...
#include <mycurl_param_list.hpp>
Public Member Functions | |
mycurl_param_element (const T &arg) | |
mycurl_param_element (const mycurl_param_element< T > &e) | |
mycurl_param_element (mycurl_param_element< T > &&e) noexcept | |
mycurl_param_element< T > & | operator= (const mycurl_param_element< T > &e) |
mycurl_param_element< T > & | operator= (mycurl_param_element< T > &&e) |
virtual bool | operator== (const mycurl_param_element_generic &arg) const override |
T | get_value () const |
const T * | get_value_address () const |
void | set_value (const T &arg) |
virtual std::unique_ptr< mycurl_param_element_generic > | clone () const override |
Public Member Functions inherited from libdar::mycurl_param_element_generic | |
virtual bool | operator!= (const mycurl_param_element_generic &val) const |
Private Attributes | |
T | val |
the implemented inherited classes of the abstracted class for etherogeneous list/map
Definition at line 83 of file mycurl_param_list.hpp.