#include <ifiletypes.h>
Public Member Functions | |
filetype_t () | |
filetype_t (const std::string &_name, const std::string &_pattern) | |
Data Fields | |
const std::string & | name |
const std::string & | pattern |
Definition at line 27 of file ifiletypes.h.
filetype_t::filetype_t | ( | ) | [inline] |
Definition at line 30 of file ifiletypes.h.
filetype_t::filetype_t | ( | const std::string & | _name, | |
const std::string & | _pattern | |||
) | [inline] |
Definition at line 34 of file ifiletypes.h.
const std::string& filetype_t::name |
Definition at line 38 of file ifiletypes.h.
const std::string& filetype_t::pattern |
Definition at line 39 of file ifiletypes.h.