#include <cassert>
#include <fstream>
#include <istream>
#include <limits>
Go to the source code of this file.
|
| paal |
| global namespace of project.
|
|
|
template<typename Functor > |
void | paal::parse (std::istream &input_stream, Functor f) |
| parses stream ignoring empty lines or beginning with '#' More...
|
|
template<typename Functor > |
void | paal::parse (const std::string &filename, Functor f) |
| additional version of parse function More...
|
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-12-12
Definition in file parse_file.hpp.