Twitch SDK (Internal)
Public Member Functions | List of all members
ttv::chat::IChatWriteNetworkEvent Class Referenceabstract

#include <chatnetworkevent.h>

Inheritance diagram for ttv::chat::IChatWriteNetworkEvent:
ttv::chat::ChatWriter

Public Member Functions

virtual ~IChatWriteNetworkEvent ()
 
virtual void WriteEvent (const ChatNetworkEvent &evt)=0
 
virtual void WriteRaw (const std::string &msg)=0
 

Detailed Description

Interface for classes which are able to encode and write events to the transport.

Constructor & Destructor Documentation

◆ ~IChatWriteNetworkEvent()

virtual ttv::chat::IChatWriteNetworkEvent::~IChatWriteNetworkEvent ( )
virtual

Member Function Documentation

◆ WriteEvent()

virtual void ttv::chat::IChatWriteNetworkEvent::WriteEvent ( const ChatNetworkEvent evt)
pure virtual

Implemented in ttv::chat::ChatWriter.

◆ WriteRaw()

virtual void ttv::chat::IChatWriteNetworkEvent::WriteRaw ( const std::string &  msg)
pure virtual

Implemented in ttv::chat::ChatWriter.


The documentation for this class was generated from the following file: