Public Member Functions | |
| CurlProgress () | |
| ~CurlProgress ()=default | |
Public Attributes | |
| std::string | m_baseMessage |
| std::shared_ptr< CURL > | m_curl |
| te::common::TaskProgress * | m_task {nullptr} |
Definition at line 47 of file CurlWrapper.cpp.
|
inline |
Definition at line 53 of file CurlWrapper.cpp.
References ~CurlProgress().
|
default |
Referenced by CurlProgress().
| std::string CurlProgress::m_baseMessage |
Definition at line 51 of file CurlWrapper.cpp.
Referenced by te::ws::core::CurlWrapper::downloadFile_(), DownloadProgress(), te::ws::core::CurlWrapper::putFile(), and UploadProgress().
| std::shared_ptr<CURL> CurlProgress::m_curl |
Definition at line 50 of file CurlWrapper.cpp.
Referenced by te::ws::core::CurlWrapper::downloadFile_(), and te::ws::core::CurlWrapper::putFile().
| te::common::TaskProgress* CurlProgress::m_task {nullptr} |
Definition at line 49 of file CurlWrapper.cpp.
Referenced by te::ws::core::CurlWrapper::downloadFile_(), DownloadProgress(), te::ws::core::CurlWrapper::putFile(), and UploadProgress().