|
sipxportlib
Version 3.3
|
#include <OsFileIteratorLinux.h>


Public Member Functions | |
| OsFileIteratorLinux () | |
| OsFileIteratorLinux (const OsPathLinux &rPathName) | |
| virtual | ~OsFileIteratorLinux () |
Public Member Functions inherited from OsFileIteratorBase | |
| OsFileIteratorBase () | |
| enumcode: ANY_FILE - Directories and Files enumcode: DIRECTORY - Search for directories only enumcode: FILE - Search for files only More... | |
| OsFileIteratorBase (const OsPathBase &rPathName) | |
| virtual | ~OsFileIteratorBase () |
| virtual OsStatus | findFirst (OsPathBase &rEntry, const char *filterExp=".*", OsFileType fileType=ANY_FILE) |
| virtual OsStatus | findNext (OsPathBase &rEntry) |
| int | getFileCount () |
Additional Inherited Members | |
Public Types inherited from OsFileIteratorBase | |
| enum | OsFileType { ANY_FILE, DIRECTORIES, FILES } |
| enum | { INVALID_HANDLE = 0 } |
Protected Member Functions inherited from OsFileIteratorBase | |
| virtual void | Release () |
Protected Attributes inherited from OsFileIteratorBase | |
| OsPathBase | mUserSpecifiedPath |
| OsPathBase | mFullSearchSpec |
| RegEx * | mFilterExp |
| intptr_t | mSearchHandle |
| OsFileIteratorLinux | ( | const OsPathLinux & | rPathName | ) |
|
virtual |
1.8.11