cpp-filetype
 
Loading...
Searching...
No Matches
filetype::Type Struct Reference

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.
 

Detailed Description

Common Type struct used across all file formats.

Examples
/Users/agent-hellboy/cpp-filetype/include/filetype/filetype.hpp.

The documentation for this struct was generated from the following file: