Navigation

Operators and Keywords

Function List:

C++ API

glob_t Struct Reference

#include <glob-libc.h>

List of all members.

Public Attributes

__size_t gl_pathc
char ** gl_pathv
__size_t gl_offs
int gl_flags
void(* gl_closedir )(void *)
void *(* gl_readdir )(void *)
void *(* gl_opendir )(const char *)
int(* gl_lstat )(const char *_Restrict_, void *_Restrict_)
int(* gl_stat )(const char *_Restrict_, void *_Restrict_)

Member Data Documentation

void(* glob_t::gl_closedir)(void *)
int(* glob_t::gl_lstat)(const char *_Restrict_, void *_Restrict_)
__size_t glob_t::gl_offs
void*(* glob_t::gl_opendir)(const char *)
__size_t glob_t::gl_pathc
void*(* glob_t::gl_readdir)(void *)
int(* glob_t::gl_stat)(const char *_Restrict_, void *_Restrict_)

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines