00001 00009 #ifndef _EXTRACTOR_H 00010 #define _EXTRACTOR_H 00011 00012 #include <fstream> 00013 00014 // Document stats. 00015 #include "stats.h" 00016 00017 namespace ace { 00018 00023 size_t extract(std::ifstream& input_file, NamedDataFileStats& stats); 00024 00025 } // namespace ace 00026 00027 #endif
1.5.6