#include <portable.h>
Collaboration diagram for fileInfo:

Data Fields | |
| fileInfo * | next |
| off_t | size |
| bool | isDir |
| char | name [1] |
Definition at line 17 of file portable.h.
struct fileInfo* fileInfo::next [read] |
Definition at line 20 of file portable.h.
| off_t fileInfo::size |
Definition at line 21 of file portable.h.
| bool fileInfo::isDir |
Definition at line 22 of file portable.h.
| char fileInfo::name[1] |
1.5.2