![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <media_detector.h>
Classes | |
struct | Entry |
Public Member Functions | |
MediaDetector () | |
MediaType | detect (const std::string &payload) |
Private Types | |
using | Entries = std::vector< Entry > |
using | MediaMap = std::map< MediaType, Entries > |
Private Member Functions | |
void | add_media_type (MediaType type, Entries &&e) |
Private Attributes | |
MediaMap | media_ |
|
private |
|
private |
helper::MediaDetector::MediaDetector | ( | ) |
MediaType helper::MediaDetector::detect | ( | const std::string & | payload | ) |
|
private |