xapian-core  1.4.25
Classes | Typedefs | Functions
msvc_dirent.h File Reference

Implementation of dirent functions using WIN32 API. More...

Go to the source code of this file.

Classes

struct  dirent
 

Typedefs

typedef struct DIR DIR
 

Functions

DIRopendir (const char *)
 
int closedir (DIR *)
 
struct direntreaddir (DIR *)
 
void rewinddir (DIR *)
 

Detailed Description

Implementation of dirent functions using WIN32 API.

Definition in file msvc_dirent.h.

Typedef Documentation

◆ DIR

typedef struct DIR DIR

Definition at line 32 of file msvc_dirent.h.

Function Documentation

◆ closedir()

int closedir ( DIR )

◆ opendir()

DIR* opendir ( const char *  )

◆ readdir()

struct dirent* readdir ( DIR )

◆ rewinddir()

void rewinddir ( DIR )

Referenced by FDTracker::check().