coan 4.2.4
file_tree_count_t Struct Reference

#include <file_tree.h>

Data Fields

size_t files
size_t dirs
size_t children

Detailed Description

Type of structure optionally passed to file_tree_count() in which to store a break-down of the counted objects

Definition at line 84 of file file_tree.h.


Field Documentation

Number of immediate children counted, with FT_COUNT_CHILDREN

Definition at line 87 of file file_tree.h.

Referenced by file_tree_count().

Directories counted, with FT_COUNT_DIRS

Definition at line 86 of file file_tree.h.

Referenced by file_tree_count(), and node_proc().

Files counted, with FT_COUNT_FILES

Definition at line 85 of file file_tree.h.

Referenced by file_tree_count(), and node_proc().


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