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.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
Teuchos::FILEstream: Combined C FILE and C++ stream.