Chatterino
Classes | Namespaces | Enumerations | Functions
SeventvEventAPISubscription.hpp File Reference
#include <magic_enum.hpp>
#include <QByteArray>
#include <QHash>
#include <QString>
Include dependency graph for SeventvEventAPISubscription.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  chatterino::SeventvEventAPISubscription
 
struct  std::hash< chatterino::SeventvEventAPISubscription >
 

Namespaces

 chatterino
 
 std
 

Enumerations

enum  chatterino::SeventvEventAPISubscriptionType { chatterino::SeventvEventAPISubscriptionType::UpdateEmoteSet, chatterino::SeventvEventAPISubscriptionType::UpdateUser, chatterino::SeventvEventAPISubscriptionType::INVALID }
 
enum  chatterino::SeventvEventAPIOpcode {
  chatterino::SeventvEventAPIOpcode::Dispatch = 0, chatterino::SeventvEventAPIOpcode::Hello = 1, chatterino::SeventvEventAPIOpcode::Heartbeat = 2, chatterino::SeventvEventAPIOpcode::Reconnect = 4,
  chatterino::SeventvEventAPIOpcode::Ack = 5, chatterino::SeventvEventAPIOpcode::Error = 6, chatterino::SeventvEventAPIOpcode::EndOfStream = 7, chatterino::SeventvEventAPIOpcode::Identify = 33,
  chatterino::SeventvEventAPIOpcode::Resume = 34, chatterino::SeventvEventAPIOpcode::Subscribe = 35, chatterino::SeventvEventAPIOpcode::Unsubscribe = 36, chatterino::SeventvEventAPIOpcode::Signal = 37
}
 

Functions

template<>
constexpr magic_enum::customize::customize_t magic_enum::customize::enum_name< chatterino::SeventvEventAPISubscriptionType > (chatterino::SeventvEventAPISubscriptionType value) noexcept
 

Function Documentation

◆ magic_enum::customize::enum_name< chatterino::SeventvEventAPISubscriptionType >()

template<>
constexpr magic_enum::customize::customize_t magic_enum::customize::enum_name< chatterino::SeventvEventAPISubscriptionType > ( chatterino::SeventvEventAPISubscriptionType  value)
noexcept