| ChatChannelFirstTimeChatterNoticeReceived(UserId userId, ChannelId channelId, const FirstTimeChatterNotice ¬ice) | ttv::chat::ChatChannelSet | private |
| ChatChannelHostTargetChanged(UserId userId, ChannelId channelId, const std::string &targetChannelName, uint32_t numViewers) | ttv::chat::ChatChannelSet | private |
| ChatChannelInfoChanged(UserId userId, ChannelId channelId, const ChatChannelInfo &channelInfo) | ttv::chat::ChatChannelSet | private |
| ChatChannelLocalUserChanged(UserId userId, ChannelId channelId, const ChatUserInfo &userInfo) | ttv::chat::ChatChannelSet | private |
| ChatChannelMessagesCleared(UserId userId, ChannelId channelId) | ttv::chat::ChatChannelSet | private |
| ChatChannelMessagesReceived(UserId userId, ChannelId channelId, const std::vector< LiveChatMessage > &messageList) | ttv::chat::ChatChannelSet | private |
| ChatChannelNoticeReceived(UserId userId, ChannelId channelId, const std::string &id, const std::map< std::string, std::string > ¶ms) | ttv::chat::ChatChannelSet | private |
| ChatChannelRaidNoticeReceived(UserId userId, ChannelId channelId, const RaidNotice ¬ice) | ttv::chat::ChatChannelSet | private |
| ChatChannelRestrictionsChanged(UserId userId, ChannelId channelId, const ChatChannelRestrictions &restrictions) | ttv::chat::ChatChannelSet | private |
| ChatChannelSet(const std::shared_ptr< User > &user) | ttv::chat::ChatChannelSet | |
| ChatChannelStateChanged(UserId userId, ChannelId channelId, ChatChannelState state, TTV_ErrorCode ec) | ttv::chat::ChatChannelSet | private |
| ChatChannelSubscriptionNoticeReceived(UserId userId, ChannelId channelId, const SubscriptionNotice ¬ice) | ttv::chat::ChatChannelSet | private |
| ChatChannelUnraidNoticeReceived(UserId userId, ChannelId channelId, const UnraidNotice ¬ice) | ttv::chat::ChatChannelSet | private |
| ChatChannelUserMessagesCleared(UserId userId, ChannelId channelId, UserId clearUserId) | ttv::chat::ChatChannelSet | private |
| CheckShutdown() override | ttv::chat::ChatChannelSet | protectedvirtual |
| CompleteShutdown() override | ttv::chat::ChatChannelSet | protectedvirtual |
| CompleteTask(Task *task) | ttv::Component | protected |
| Component() | ttv::Component | protected |
| Connect(ChannelId channelId, const std::shared_ptr< IChatChannelListener > &listener) | ttv::chat::ChatChannelSet | |
| CreateChannel(ChannelId channelId) | ttv::chat::ChatChannelSet | private |
| Disconnect(ChannelId channelId) | ttv::chat::ChatChannelSet | |
| FetchUserList(ChannelId channelId, const FetchUserListCallback &callback) | ttv::chat::ChatChannelSet | |
| FetchUserListCallback typedef | ttv::chat::ChatChannelSet | |
| FlushChannelEvents() | ttv::chat::ChatChannelSet | private |
| GetComponentName() | ttv::chat::ChatChannelSet | inlinestatic |
| GetLoggerName() const override | ttv::chat::ChatChannelSet | virtual |
| GetMessageFlushInterval() const | ttv::chat::ChatChannelSet | inline |
| GetState() const override | ttv::Component | virtual |
| GetTaskRunner() | ttv::Component | inline |
| Initialize() override | ttv::UserComponent | virtual |
| IsTaskRunning(Task *task) const | ttv::Component | protected |
| Log(TTV_MessageLevel level, const char *format,...) | ttv::UserComponent | protected |
| LookupChannel(ChannelId channelId, std::shared_ptr< ChatChannel > &channel) | ttv::chat::ChatChannelSet | private |
| mBitsConfigRepository | ttv::chat::ChatChannelSet | private |
| mChannelRepository | ttv::chat::ChatChannelSet | private |
| mChannels | ttv::chat::ChatChannelSet | private |
| mChatObjectFactory | ttv::chat::ChatChannelSet | private |
| mCleanupChannels | ttv::chat::ChatChannelSet | private |
| mInternalChannelListener | ttv::chat::ChatChannelSet | private |
| mLocalLanguage | ttv::chat::ChatChannelSet | private |
| mOAuthIssue | ttv::UserComponent | protected |
| mRunningTasks | ttv::Component | protected |
| mSettingRepository | ttv::chat::ChatChannelSet | private |
| mShutdownTimeMilliseconds | ttv::Component | protected |
| mState | ttv::Component | protected |
| mTaskMutex | ttv::Component | mutableprotected |
| mTaskRunner | ttv::Component | protected |
| mTokenizationOptions | ttv::chat::ChatChannelSet | private |
| mUser | ttv::UserComponent | protected |
| mUserMessageFlushInterval | ttv::chat::ChatChannelSet | private |
| OnUserAuthenticationIssue(std::shared_ptr< const OAuthToken > oauthToken, TTV_ErrorCode ec) | ttv::UserComponent | protectedvirtual |
| OnUserInfoFetchComplete(TTV_ErrorCode ec) | ttv::UserComponent | protectedvirtual |
| OnUserLogInComplete(TTV_ErrorCode ec) | ttv::UserComponent | protectedvirtual |
| OnUserLogOutComplete(TTV_ErrorCode ec) | ttv::UserComponent | protectedvirtual |
| OptInToBroadcasterLanguageChat(ChannelId channelId, const std::string &language) | ttv::chat::ChatChannelSet | |
| SendChatMessage(ChannelId channelId, const std::string &message) | ttv::chat::ChatChannelSet | |
| SetBitsConfigRepository(std::shared_ptr< BitsConfigRepository > repository) | ttv::chat::ChatChannelSet | inline |
| SetBroadcasterLanguageChatCallback typedef | ttv::chat::ChatChannelSet | |
| SetBroadcasterLanguageChatEnabled(ChannelId channelId, bool enabled, const SetBroadcasterLanguageChatCallback &callback) | ttv::chat::ChatChannelSet | |
| SetChannelRepository(const std::shared_ptr< ChannelRepository > &channelRepository) | ttv::chat::ChatChannelSet | inline |
| SetChatObjectFactory(std::shared_ptr< IChatObjectFactory > factory) | ttv::chat::ChatChannelSet | inline |
| SetClientState(State state) | ttv::Component | protectedvirtual |
| SetLocalLanguage(const std::string &language) | ttv::chat::ChatChannelSet | |
| SetMessageFlushInterval(uint64_t milliseconds) | ttv::chat::ChatChannelSet | |
| SetServerState(State state) | ttv::Component | protectedvirtual |
| SetSettingRepository(std::shared_ptr< SettingRepository > settings) | ttv::chat::ChatChannelSet | inline |
| SetState(State state) | ttv::Component | protectedvirtual |
| SetTaskRunner(std::shared_ptr< TaskRunner > taskRunner) | ttv::Component | virtual |
| SetTokenizationOptions(const TokenizationOptions &tokenizationOptions) | ttv::chat::ChatChannelSet | inline |
| Shutdown() override | ttv::chat::ChatChannelSet | virtual |
| StartTask(std::shared_ptr< Task > task) | ttv::Component | protected |
| State enum name | ttv::IComponent | |
| Update() override | ttv::chat::ChatChannelSet | virtual |
| UserComponent(const std::shared_ptr< User > &user) | ttv::UserComponent | |
| ~ChatChannelSet() override | ttv::chat::ChatChannelSet | virtual |
| ~Component() | ttv::Component | virtual |