#include <chatraidtask.h>
|
| static bool | Is2XX (uint32_t statusCode) |
| |
| static bool | Is3XX (uint32_t statusCode) |
| |
| static bool | Is4XX (uint32_t statusCode) |
| |
◆ Callback
◆ TaskCallback
◆ ChangeType
| Enumerator |
|---|
| Join | |
| Leave | |
| Start | |
| Cancel | |
| Invalid | |
◆ ChatRaidTask()
| ttv::chat::ChatRaidTask::ChatRaidTask |
( |
UserId |
sourceUserId, |
|
|
const std::string & |
authToken, |
|
|
Callback && |
callback |
|
) |
| |
◆ Abort()
| virtual void ttv::Task::Abort |
( |
| ) |
|
|
virtualinherited |
◆ Cancel()
| void ttv::chat::ChatRaidTask::Cancel |
( |
UserId |
targetUserId | ) |
|
◆ FillHttpRequestInfo()
| virtual void ttv::chat::ChatRaidTask::FillHttpRequestInfo |
( |
HttpRequestInfo & |
requestInfo | ) |
|
|
overrideprotectedvirtual |
◆ GetTaskName()
| virtual const char* ttv::chat::ChatRaidTask::GetTaskName |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ HeadersCallback()
| virtual bool ttv::HttpTask::HeadersCallback |
( |
uint |
statusCode, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
protectedvirtualinherited |
◆ Is2XX()
| static bool ttv::HttpTask::Is2XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ Is3XX()
| static bool ttv::HttpTask::Is3XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ Is4XX()
| static bool ttv::HttpTask::Is4XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ Join()
| void ttv::chat::ChatRaidTask::Join |
( |
const std::string & |
raidId | ) |
|
◆ Leave()
| void ttv::chat::ChatRaidTask::Leave |
( |
const std::string & |
raidId | ) |
|
◆ OnComplete()
| virtual void ttv::chat::ChatRaidTask::OnComplete |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ ProcessHeaders()
| virtual bool ttv::HttpTask::ProcessHeaders |
( |
uint |
statusCode, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
protectedvirtualinherited |
◆ ProcessResponse()
| virtual void ttv::chat::ChatRaidTask::ProcessResponse |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response |
|
) |
| |
|
overrideprotectedvirtual |
◆ ResponseCallback()
| virtual void ttv::HttpTask::ResponseCallback |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response |
|
) |
| |
|
protectedvirtualinherited |
◆ Run()
| virtual void ttv::HttpTask::Run |
( |
| ) |
|
|
overridevirtualinherited |
◆ Start()
| void ttv::chat::ChatRaidTask::Start |
( |
UserId |
targetUserId | ) |
|
◆ mAborted
| std::atomic_bool ttv::Task::mAborted |
|
protectedinherited |
◆ mCallback
| Callback ttv::chat::ChatRaidTask::mCallback |
|
private |
◆ mChangeType
◆ mRaidId
| std::string ttv::chat::ChatRaidTask::mRaidId |
|
private |
◆ mResult
◆ mSourceUserId
| UserId ttv::chat::ChatRaidTask::mSourceUserId |
|
private |
◆ mTargetUserId
| UserId ttv::chat::ChatRaidTask::mTargetUserId |
|
private |
◆ mTaskStatus
◆ mUserData
| void* ttv::Task::mUserData |
|
protectedinherited |
The documentation for this class was generated from the following file:
- modules/chat/chat_common/include/twitchsdk/chat/internal/task/chatraidtask.h