#include <gfile.h>
Public Member Functions | |
| GDir (char *name, GBool doStatA=gTrue) | |
| ~GDir () | |
| GDirEntry * | getNextEntry () |
| void | rewind () |
Private Attributes | |
| GString * | path |
| GBool | doStat |
| DIR * | dir |
Definition at line 79 of file gfile.h.
| GDir::GDir | ( | char * | name, | |
| GBool | doStatA = gTrue | |||
| ) |
| GDir::~GDir | ( | ) |
| GDirEntry* GDir::getNextEntry | ( | ) |
| void GDir::rewind | ( | ) |
GString* GDir::path [private] |
GBool GDir::doStat [private] |
1.5.1