LineEndingExtractor Class Reference
Replaces CRLF (DOS) and CR (Mac OS 9) line endings by LF (POSIX). More...
#include <openbabel/lineend.h>
Public Member Functions | |
int | operator() (std::streambuf &src) |
void | finalize (std::streambuf &) |
Detailed Description
Replaces CRLF (DOS) and CR (Mac OS 9) line endings by LF (POSIX).
Member Function Documentation
int operator() | ( | std::streambuf & | src | ) | [inline] |
void finalize | ( | std::streambuf & | ) | [inline] |
The documentation for this class was generated from the following file: