Set of FILETYPEs, allows access to list and map from extension to associated types. More...
#include <mi32/filetypeset.h>
Public Member Functions | |
| void | Add (const FILETYPE &FileType, bool OnlyIfExtnUnique=false) |
| const FILETYPELIST & | GetList () const |
| const EXTN_FILETYPE_MAP & | GetMap () const |
| bool | IsEmpty () const |
Static Public Member Functions | |
| static const FILETYPESET & | GetCommon () |
Set of FILETYPEs, allows access to list and map from extension to associated types.
| void FILETYPESET::Add | ( | const FILETYPE & | FileType, | |
| bool | OnlyIfExtnUnique = false | |||
| ) |
Add FILETYPE to set.
| static const FILETYPESET& FILETYPESET::GetCommon | ( | ) | [static] |
Get common filetype set.
| const FILETYPELIST& FILETYPESET::GetList | ( | ) | const [inline] |
Get FILETYPE list.
| const EXTN_FILETYPE_MAP& FILETYPESET::GetMap | ( | ) | const [inline] |
| bool FILETYPESET::IsEmpty | ( | ) | const [inline] |
Determine if set is empty.
1.6.1