|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
#include <lwpp/platform.h>
Include dependency graph for dirent.cpp:Functions | |
| int | closedir (DIR *toClose) |
| DIR * | opendir (const char *pathName) |
| struct dirent * | readdir (DIR *toRead) |
| int | readdir_r (DIR *toRead, struct dirent *entry, struct dirent **result) |
| void | rewinddir (DIR *toRewind) |
| void | seekdir (DIR *toSeek, long int location) |
| long int | telldir (DIR *toTell) |
| int closedir | ( | DIR * | toClose | ) |
| DIR* opendir | ( | const char * | pathName | ) |
| void rewinddir | ( | DIR * | toRewind | ) |
| void seekdir | ( | DIR * | toSeek, |
| long int | location | ||
| ) |
| long int telldir | ( | DIR * | toTell | ) |