|
libmoost
|
A generic option setter to abstract details of both the option value types and the LibCurl interface being used (easy, multi or share). More...
#include <option_setter.hpp>
Public Types | |
| typedef CurlOption | option |
| typedef ValueType | value_type |
Static Public Member Functions | |
| static void | set (typename option::handle_type handle, value_type const ¶meter) |
A generic option setter to abstract details of both the option value types and the LibCurl interface being used (easy, multi or share).
Definition at line 50 of file option_setter.hpp.
| typedef CurlOption moost::murcl::option_setter< CurlOption, ValueType >::option |
Definition at line 52 of file option_setter.hpp.
| typedef ValueType moost::murcl::option_setter< CurlOption, ValueType >::value_type |
Definition at line 53 of file option_setter.hpp.
| static void moost::murcl::option_setter< CurlOption, ValueType >::set | ( | typename option::handle_type | handle, |
| value_type const & | parameter | ||
| ) | [inline, static] |