43#ifdef SC_USE_STD_STRING
92#if defined(__GNUC__) || defined(_MSC_VER)
97 stream_object.flags() & ::std::ios::basefield;
98 if ( flags & ::std::ios::dec )
return SC_DEC;
99 if ( flags & ::std::ios::hex )
return SC_HEX;
100 if ( flags & ::std::ios::oct )
return SC_OCT;
105 return (stream_object.flags() & ::std::ios::showbase) != 0 ;
::std::ostream systemc_ostream
sc_numrep sc_io_base(systemc_ostream &stream_object, sc_numrep def_base)
bool sc_io_show_base(systemc_ostream &stream_object)
SC_API std::string to_string(sc_enc)
::std::istream systemc_istream
::std::ios::fmtflags fmtflags