#include <mootUtils.h>
Collaboration diagram for moot::cmdutil_file_churner:
|
Constructor |
|
Destructor |
|
Step to the first (valid) input file; returns NULL if no input files were given : OBSOLETE: use next_input_file() instead. |
|
Step to the first (valid) input file, without opening it : OBSOLETE: use next_input_name() instead. |
|
Step the the next input file: returns NULL if no input files are left |
|
Step the the next input file, without opening it |
|
Step the the next input-list filename (list mode): returns NULL if no input files are left |
|
Current real input file, wrapped |
|
Input files/file-lists to be chruned (i.e. argv) |
|
true until next_input_name() has been called at least once |
|
Input line buffer |
|
Current list input file, if in list-mode |
|
Number of inputs given (i.e. argc) |
|
Whether to abort() for unreadable files |
|
Name of the running program (for error reporting) |
|
Whether inputs are filenames or list-filenames |