42 #ifndef TEUCHOS_FILESTREAM_H
43 #define TEUCHOS_FILESTREAM_H
80 std::streambuf::int_type overflow(std::streambuf::int_type c) {
81 return std::fputc(c, self_file) == EOF?
82 std::streambuf::traits_type::eof(): c;
FILEstream(std::FILE *file)
Constructor.
Teuchos::FILEstream: Combined C FILE and C++ stream.