#include <chataddnewroomtask.h>
|
| | ChatAddNewRoomTask (const std::string &roomName, const std::string &topic, bool isPreviewable, RoomRole minimumAllowedRole, const std::string &authToken, Callback &&callback) |
| |
| virtual void | OnComplete () override |
| |
| virtual void | Run () override |
| |
| virtual void | Abort () |
| |
|
| static bool | Is2XX (uint32_t statusCode) |
| |
| static bool | Is3XX (uint32_t statusCode) |
| |
| static bool | Is4XX (uint32_t statusCode) |
| |
◆ Callback
◆ TaskCallback
◆ ChatAddNewRoomTask()
| ttv::chat::ChatAddNewRoomTask::ChatAddNewRoomTask |
( |
const std::string & |
roomName, |
|
|
const std::string & |
topic, |
|
|
bool |
isPreviewable, |
|
|
RoomRole |
minimumAllowedRole, |
|
|
const std::string & |
authToken, |
|
|
Callback && |
callback |
|
) |
| |
◆ Abort()
| virtual void ttv::Task::Abort |
( |
| ) |
|
|
virtualinherited |
◆ FillHttpRequestInfo()
| virtual void ttv::chat::ChatAddNewRoomTask::FillHttpRequestInfo |
( |
HttpRequestInfo & |
requestInfo | ) |
|
|
overrideprotectedvirtual |
◆ GetTaskName()
| virtual const char* ttv::chat::ChatAddNewRoomTask::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 |
◆ OnComplete()
| virtual void ttv::chat::ChatAddNewRoomTask::OnComplete |
( |
| ) |
|
|
overridevirtual |
◆ ProcessHeaders()
| virtual bool ttv::HttpTask::ProcessHeaders |
( |
uint |
statusCode, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
protectedvirtualinherited |
◆ ProcessResponse()
| virtual void ttv::chat::ChatAddNewRoomTask::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 |
◆ mAborted
| std::atomic_bool ttv::Task::mAborted |
|
protectedinherited |
◆ mCallback
| Callback ttv::chat::ChatAddNewRoomTask::mCallback |
|
private |
◆ mError
◆ mIsPreviewable
| bool ttv::chat::ChatAddNewRoomTask::mIsPreviewable |
|
private |
◆ mResult
◆ mRoomName
| std::string ttv::chat::ChatAddNewRoomTask::mRoomName |
|
private |
◆ mRoomRole
| RoomRole ttv::chat::ChatAddNewRoomTask::mRoomRole |
|
private |
◆ mRoomTopic
| std::string ttv::chat::ChatAddNewRoomTask::mRoomTopic |
|
private |
◆ mTaskStatus
◆ mUserData
| void* ttv::Task::mUserData |
|
protectedinherited |
The documentation for this class was generated from the following file: