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

#include <glob.h>

Collaboration diagram for bu_stat:
[legend]

Data Fields

b_off_t size
 
int is_dir
 
voiddata
 

Detailed Description

Stat information about a path element, filled by gl_lstat / gl_stat.

Definition at line 64 of file glob.h.

Field Documentation

◆ size

b_off_t size

object size (meaning is backend-defined)

Definition at line 65 of file glob.h.

◆ is_dir

int is_dir

non-zero if path is a container (directory / combination)

Definition at line 66 of file glob.h.

◆ data

void* data

backend-specific data

Definition at line 67 of file glob.h.


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