#include <vector>#include <string>#include <iostream>Go to the source code of this file.
Classes | |
| class | Rec |
Functions | |
| void | Process (int limit, std::istream &inStrme, std::ostream &outStrme) |
| void | Output (std::ostream &outStrme, std::vector< Rec > &records, int limit) |
| void | Tokenize (std::vector< std::string > &output, const std::string &str, const std::string &delimiters=" \t") |
| void Output | ( | std::ostream & | outStrme, | |
| std::vector< Rec > & | records, | |||
| int | limit | |||
| ) |
| void Process | ( | int | limit, | |
| std::istream & | inStrme, | |||
| std::ostream & | outStrme | |||
| ) |
| void Tokenize | ( | std::vector< std::string > & | output, | |
| const std::string & | str, | |||
| const std::string & | delimiters = " \t" | |||
| ) | [inline] |
Definition at line 28 of file pruneGeneration.h.
1.5.9