|
libmoost
|
This class initialialises the Curl 'program environment'. More...
#include <global.hpp>
Public Member Functions | |
| bool | isok () const |
| Checks if LibCurl was correctly initialised. This should be checked before using the murcl API (not mandatory but wise). | |
| CURLcode | status_code () const |
| Get the status of initialisation. | |
| ~global () | |
| The d_tor cleans up the LibCurl global space. | |
Private Member Functions | |
| global () | |
| Inialises the LibCurl global space and is constructed as a singleton. | |
Private Attributes | |
| CURLcode | code_ |
Friends | |
| class | moost::utils::singleton_default< T >::friend_type |
This class initialialises the Curl 'program environment'.
Definition at line 52 of file global.hpp.
| moost::murcl::global::global | ( | ) | [inline, private] |
Inialises the LibCurl global space and is constructed as a singleton.
Definition at line 60 of file global.hpp.
| moost::murcl::global::~global | ( | ) | [inline] |
The d_tor cleans up the LibCurl global space.
Definition at line 103 of file global.hpp.
| bool moost::murcl::global::isok | ( | ) | const [inline] |
Checks if LibCurl was correctly initialised. This should be checked before using the murcl API (not mandatory but wise).
Definition at line 85 of file global.hpp.
| CURLcode moost::murcl::global::status_code | ( | ) | const [inline] |
Get the status of initialisation.
Definition at line 95 of file global.hpp.
friend class moost::utils::singleton_default< T >::friend_type [friend] |
Definition at line 54 of file global.hpp.
CURLcode moost::murcl::global::code_ [private] |
Definition at line 109 of file global.hpp.