coan 4.2.4
|
#include <file_tree.h>
Data Fields | |
size_t | files |
size_t | dirs |
size_t | children |
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.
size_t file_tree_count_t::children |
Number of immediate children counted, with FT_COUNT_CHILDREN
Definition at line 87 of file file_tree.h.
Referenced by file_tree_count().
size_t file_tree_count_t::dirs |
Directories counted, with FT_COUNT_DIRS
Definition at line 86 of file file_tree.h.
Referenced by file_tree_count(), and node_proc().
size_t file_tree_count_t::files |
Files counted, with FT_COUNT_FILES
Definition at line 85 of file file_tree.h.
Referenced by file_tree_count(), and node_proc().