Common Type struct used across all file formats. More...
#include <type.hpp>
Public Member Functions | |
| Type (const std::string &m, const std::string &ext) | |
| bool | operator== (const Type &other) const |
Public Attributes | |
| std::string | mime |
| MIME type of the file. | |
| std::string | extension |
| File extension without the dot. | |
Common Type struct used across all file formats.