#include <streambuf>
#include <climits>
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Classes | |
class | FilteringInputStreambuf |
Delivers characters from an istream or streambuf from a source while filtering. More... | |
class | LineEndingExtractor |
Replaces CRLF (DOS) and CR (Mac OS 9) line endings by LF (POSIX). More... |