BRL-CAD
Loading...
Searching...
No Matches
bu_dirent Struct Reference

#include <glob.h>

Collaboration diagram for bu_dirent:
[legend]

Data Fields

struct bu_vlsname
 
voiddata
 

Detailed Description

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.

Definition at line 56 of file glob.h.

Field Documentation

◆ name

struct bu_vls* name

entry name (caller-supplied vls, filled by gl_readdir)

Definition at line 57 of file glob.h.

◆ data

void* data

backend-specific per-entry data

Definition at line 58 of file glob.h.


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