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;
Teuchos::FILEstream: Combined C FILE and C++ stream.
FILEstream(std::FILE *file)
Constructor.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...