![]() |
DDNet documentation
|
Public Member Functions | |
| CCommunityIconDownloadJob (CCommunityIcons *pCommunityIcons, const char *pCommunityId, const char *pUrl, const SHA256_DIGEST &Sha256) | |
| std::shared_ptr< IHttpRequest > | HttpRequest () |
| Public Member Functions inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| const char * | CommunityId () const |
| bool | Success () const |
| const SHA256_DIGEST & | Sha256 () const |
| virtual | ~CAbstractCommunityIconJob ()=default |
Private Attributes | |
| std::shared_ptr< IHttpRequest > | m_pHttpRequest |
Additional Inherited Members | |
| Protected Member Functions inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| CAbstractCommunityIconJob (CCommunityIcons *pCommunityIcons, const char *pCommunityId, int StorageType) | |
| Protected Attributes inherited from CCommunityIcons::CAbstractCommunityIconJob | |
| CCommunityIcons * | m_pCommunityIcons |
| char | m_aCommunityId [CServerInfo::MAX_COMMUNITY_ID_LENGTH] |
| char | m_aPath [IO_MAX_PATH_LENGTH] |
| int | m_StorageType |
| bool | m_Success = false |
| SHA256_DIGEST | m_Sha256 |
| CCommunityIcons::CCommunityIconDownloadJob::CCommunityIconDownloadJob | ( | CCommunityIcons * | pCommunityIcons, |
| const char * | pCommunityId, | ||
| const char * | pUrl, | ||
| const SHA256_DIGEST & | Sha256 ) |
|
inline |
|
private |