|
BRL-CAD
|
#include <glob.h>
Data Fields | |
| struct bu_vls * | name |
| void * | data |
Representation of a single directory entry returned by gl_readdir. The caller allocates bu_dirent and sets name to point at a caller-owned bu_vls; gl_readdir fills that vls with the entry name on each call.
| struct bu_vls* name |