16#include <EntreeSortie.h>
61 ostream_ = std::make_unique<std::ostringstream>();
74 const ostringstream& os =
static_cast< const ostringstream&
>(
get_ostream());
82 const ostringstream& os =
static_cast< const ostringstream&
>(
get_ostream());
83 return (
unsigned)os.str().size();
90 Cerr <<
"Error in SChaine::set_bin(int bin) : binary format not supported" << finl;
static void exit(int exit_code=-1)
Routine de sortie de TRUST dans une region Kokkos.
void set_bin(bool bin) override
const char * get_str() const
returns a copy of the string stored by the SChaine
unsigned get_size() const
void setf(IOS_FORMAT code) override
void set_bin(bool bin) override
Change le mode d'ecriture du fichier.
virtual void setf(IOS_FORMAT)
std::unique_ptr< ostream > ostream_