#include <stdexcept>
#include <string>
#include <vector>
Namespaces | |
| namespace | ace |
Classes | |
| class | ace::fatal_error |
| Exception class for indication of fatal error occurrence in process phase. More... | |
Typedefs | |
| typedef std::vector< std::string > | ace::filenames_t |
| Container for input filenames. | |
Functions | |
| void | ace::process (filenames_t &files_to_process, size_t files_total_size) |
| Procedure processes input datafiles from given list (filename). | |
Processing module controls processing of input datafiles.
(C) Ceslav Przywara 2008, MFF UK Prague
1.5.6