|
libmoost
|
Abstraction of the LibCurl easy interface options. More...
#include <option_traits.hpp>


Public Types | |
| typedef CURL * | handle_type |
| typedef CURLoption | option_type |
| typedef CURLcode | result_type |
Static Public Member Functions | |
| template<typename T > | |
| static void | set (handle_type handle, T const &val) |
Static Public Attributes | |
| static const option_type | option_value = optval |
Abstraction of the LibCurl easy interface options.
Definition at line 77 of file option_traits.hpp.
| typedef CURL* moost::murcl::curl_easyopt< optval >::handle_type |
Definition at line 79 of file option_traits.hpp.
| typedef CURLoption moost::murcl::curl_easyopt< optval >::option_type |
Definition at line 80 of file option_traits.hpp.
| typedef CURLcode moost::murcl::curl_easyopt< optval >::result_type |
Definition at line 81 of file option_traits.hpp.
| static void moost::murcl::curl_easyopt< optval >::set | ( | handle_type | handle, |
| T const & | val | ||
| ) | [inline, static] |
const option_type moost::murcl::curl_easyopt< optval >::option_value = optval [static] |
Definition at line 82 of file option_traits.hpp.