#include "vul_file_iterator.h"#include <vcl_string.h>#include <vcl_cassert.h>#include <vul/vul_file.h>#include <vul/vul_reg_exp.h>#include <dirent.h>Go to the source code of this file.
Classes | |
| struct | vul_file_iterator_data |
| Declare pimpl, reset, and iteration routines for each OS. More... | |
Modifications:
Ian Scott 09/06/2003 Add filename general globbing support
Definition in file vul_file_iterator.cxx.
1.7.5.1