class which manage file extension list
Public Methods
-
HCFileExt( const char* szFileExtList, char cSep )
- Constructor
-
~HCFileExt()
- Destructor
-
int SetFileExtList( const char* szFileExtList, char cSep )
- save file extension list to internal linked list
-
int IsExist( const char* szFileExt )
- This function examine whether file extension exists to list.
Documentation
class which manage file extension list
HCFileExt( const char* szFileExtList, char cSep )
- Constructor
- Parameters:
- szFileExtList - file extension list string
cSep - seperator of file extentsion.
~HCFileExt()
- Destructor
int SetFileExtList( const char* szFileExtList, char cSep )
- save file extension list to internal linked list
- Parameters:
- szFileExtList - file extension list string
cSep - seperator of file extension.
- Returns:
- if it successes, it returns 0.
otherwise it returns -1.
int IsExist( const char* szFileExt )
- This function examine whether file extension exists to list.
- Parameters:
- szFileExt - file extension to find
- Returns:
- if file extension exists in list, it returns 0.
otherwise it returns -1.
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.