#include <stlsoft/stlsoft.h>
#include <stdexcept>
#include <stdio.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | read_line_flags |
| Flags that moderate the behaviour of the stlsoft::read_line() function. More... | |
Functions | |
| read_line_flags::flags_t | operator| (read_line_flags::flags_t const &lhs, read_line_flags::flags_t const &rhs) |
| template<typename S> | |
| bool | read_line (FILE *stm, S &line, read_line_flags::flags_t flags=read_line_flags::recogniseAll) |
| Reads a line from a C stream. | |
| template<typename I, typename S> | |
| bool | read_line (I from, I to, S &line, read_line_flags::flags_t flags=read_line_flags::recogniseAll) |
| Reads a line from a pair of iterators. | |
1.5.6