dirent Struct Reference

#include <dirent.h>

Data Fields

__uint32_t  d_fileno
__uint16_t  d_reclen
__uint8_t  d_type
__uint8_t  d_namlen
char  d_name [255+1]

Field Documentation

__uint32_t dirent::d_fileno
 
char dirent::d_name[255+1]
 
__uint8_t dirent::d_namlen
 
__uint16_t dirent::d_reclen
 
__uint8_t dirent::d_type
 

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

Copyright © Nokia Corporation 2001-2008
Back to top