CLucene - a full-featured, c++ search engine
API Documentation


DIR Struct Reference

DIR structure - used by the dirent.h directory iteration functions. More...

#include <dirent.h>

List of all members.

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)


Detailed Description

DIR structure - used by the dirent.h directory iteration functions.

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

clucene.sourceforge.net