3 #ifndef XJ_MUSIC_ENTITIES_MEME_PARSE_STRONG_H
4 #define XJ_MUSIC_ENTITIES_MEME_PARSE_STRONG_H
21 static const std::regex
rgx;
26 bool isAllowed(
const std::vector<ParseStrong> &memes)
const;
Definition: ParseStrong.h:19
std::string body
Definition: ParseStrong.h:22
bool isAllowed(const std::vector< ParseStrong > &memes) const
Definition: ParseStrong.cpp:30
static const std::regex rgx
Definition: ParseStrong.h:21
static ParseStrong fromString(const std::string &raw)
Definition: ParseStrong.cpp:26
ParseStrong(const std::string &raw)
Definition: ParseStrong.cpp:7
bool valid
Definition: ParseStrong.h:23
Definition: ActiveAudio.h:11