Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
DIR Struct Reference

#include <dir.h>

Data Fields

WCHAR * start
 
WCHAR * curr
 
long size
 
long nfiles
 
long loc
 
struct direct dirstr
 
char * bits
 

Detailed Description

Definition at line 18 of file dir.h.

Field Documentation

◆ bits

char* DIR::bits

Definition at line 25 of file dir.h.

Referenced by rb_w32_closedir(), readdir_internal(), and w32_wopendir().

◆ curr

WCHAR* DIR::curr

◆ dirstr

struct direct DIR::dirstr

Definition at line 24 of file dir.h.

Referenced by rb_w32_closedir(), and readdir_internal().

◆ loc

long DIR::loc

◆ nfiles

long DIR::nfiles

Definition at line 22 of file dir.h.

Referenced by w32_wopendir().

◆ size

long DIR::size

Definition at line 21 of file dir.h.

Referenced by move_to_next_entry(), and w32_wopendir().

◆ start

WCHAR* DIR::start

Definition at line 19 of file dir.h.

Referenced by move_to_next_entry(), rb_w32_closedir(), rb_w32_rewinddir(), and w32_wopendir().


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