SystemC 3.0.0
Accellera SystemC proof-of-concept library
Namespaces | Typedefs | Enumerations | Functions
sc_string.h File Reference
#include "sysc/utils/sc_iostream.h"
#include "sysc/utils/sc_report.h"
#include <iostream>
Include dependency graph for sc_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sc_dt
 

Typedefs

typedef ::std::istream sc_dt::systemc_istream
 
typedef ::std::ostream sc_dt::systemc_ostream
 

Enumerations

enum  sc_dt::sc_numrep {
  sc_dt::SC_NOBASE = 0 , sc_dt::SC_BIN = 2 , sc_dt::SC_OCT = 8 , sc_dt::SC_DEC = 10 ,
  sc_dt::SC_HEX = 16 , sc_dt::SC_BIN_US , sc_dt::SC_BIN_SM , sc_dt::SC_OCT_US ,
  sc_dt::SC_OCT_SM , sc_dt::SC_HEX_US , sc_dt::SC_HEX_SM , sc_dt::SC_CSD
}
 

Functions

const std::string sc_dt::to_string (sc_numrep)
 
sc_numrep sc_dt::sc_io_base (systemc_ostream &stream_object, sc_numrep def_base)
 
bool sc_dt::sc_io_show_base (systemc_ostream &stream_object)