class HCFileExt

class which manage file extension list

Public Methods

[more] HCFileExt( const char* szFileExtList, char cSep )
Constructor
[more] ~HCFileExt()
Destructor
[more]int SetFileExtList( const char* szFileExtList, char cSep )
save file extension list to internal linked list
[more]int IsExist( const char* szFileExt )
This function examine whether file extension exists to list.


Documentation

class which manage file extension list
o HCFileExt( const char* szFileExtList, char cSep )
Constructor

Parameters:
szFileExtList - file extension list string
cSep - seperator of file extentsion.

o ~HCFileExt()
Destructor

oint 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.

oint 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++.