CLucene - a full-featured, c++ search engine
API Documentation
#include <dirent.h>
Public Attributes | |
| struct _finddata_t | dd_dta |
| disk transfer area for this dir | |
| struct dirent | dd_dir |
| intptr_t | dd_handle |
| _findnext handle | |
| int32_t | dd_stat |
| Status of search: 0 = not started yet (next entry to read is first entry) -1 = off the end positive = 0 based index of next entry. | |
| char | dd_name [CL_MAX_DIR] |
| given path for dir with search pattern (struct is extended) | |
struct dirent DIR::dd_dir [read] |
struct _finddata_t DIR::dd_dta [read] |
disk transfer area for this dir
| intptr_t DIR::dd_handle |
_findnext handle
| char DIR::dd_name[CL_MAX_DIR] |
given path for dir with search pattern (struct is extended)
| int32_t DIR::dd_stat |
Status of search: 0 = not started yet (next entry to read is first entry) -1 = off the end positive = 0 based index of next entry.