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)
Exit routine for TRUST within a Kokkos region.
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
Changes the write mode of the file.
virtual void setf(IOS_FORMAT)
std::unique_ptr< ostream > ostream_