37 static hk_string
mimetype(
const hk_string& filename);
51 static hk_string p_mimetypedatabasefile;
52 static void init(
void);
basic class for all other defined classes.
Definition: hk_class.h:52
hk_mimetype()
Definition: hk_mimetype.cpp:23
Definition: hk_definitions.h:122
static hk_string mimetype(struct_raw_data *data)
Definition: hk_mimetype.cpp:58
static void set_mimetypedatabasefile(const hk_string &)
Definition: hk_mimetype.cpp:93
static hk_string mimetypedatabasefile()
Definition: hk_mimetype.cpp:101
hk_mimetype tries to detect the mimetype of a file or a memory block
Definition: hk_mimetype.h:22