Chatterino
Namespaces | Functions
Emote.cpp File Reference
#include "Emote.hpp"
#include <unordered_map>
Include dependency graph for Emote.cpp:

Namespaces

 chatterino
 

Functions

bool chatterino::operator== (const Emote &a, const Emote &b)
 
bool chatterino::operator!= (const Emote &a, const Emote &b)
 
EmotePtr chatterino::cachedOrMakeEmotePtr (Emote &&emote, const EmoteMap &cache)
 
EmotePtr chatterino::cachedOrMakeEmotePtr (Emote &&emote, std::unordered_map< EmoteId, std::weak_ptr< const Emote >> &cache, std::mutex &mutex, const EmoteId &id)