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

Data Fields

void(* func )(const char *, VALUE, void *)
 
const char * path
 
VALUE value
 
rb_encodingenc
 

Detailed Description

Definition at line 1690 of file dir.c.

Field Documentation

◆ enc

rb_encoding* glob_args::enc

Definition at line 1694 of file dir.c.

Referenced by glob_func_caller(), push_glob(), and rb_glob().

◆ func

void(* glob_args::func) (const char *, VALUE, void *)

Definition at line 1691 of file dir.c.

Referenced by glob_func_caller(), push_glob(), and rb_glob().

◆ path

const char* glob_args::path

Definition at line 1692 of file dir.c.

Referenced by glob_func_caller(), and rb_glob_caller().

◆ value

VALUE glob_args::value

Definition at line 1693 of file dir.c.

Referenced by glob_func_caller(), push_glob(), and rb_glob().


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