#include <filetype.h>
Inheritance diagram for FiletypeIdentifier:

Public Member Functions | |
| FiletypeIdentifier (const std::string &rstrFiletypeName, const std::vector< std::string > &rvstrExtensions) | |
| FiletypeIdentifier (const std::string &rstrFiletypeName) | |
| virtual | ~FiletypeIdentifier () |
| virtual bool | IsType (File *pkFile)=0 |
| const std::string & | GetTypeName () const |
| const std::vector< std::string > & | GetExtensions () const |
Protected Attributes | |
| std::string | m_strTypeName |
| std::vector< std::string > | m_vstrExtensions |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Check if file is type (must NOT change file offset!)
|
|
|
|
|
|
|
|
|
File type name |
|
|
File type extension |
1.3.5