stlsoft/filesystem/read_line.hpp File Reference


Detailed Description

[C++ only] Definition of the stlsoft::read_line() function template (File System Library).

#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.


Generated on Thu Jun 10 08:58:02 2010 for STLSoft by  doxygen 1.5.6