SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <ios>
#include <iostream>
#include <sstream>
#include <fstream>
#include <cstddef>
#include <cstring>
Go to the source code of this file.
Namespaces | |
sc_dt | |
Macros | |
#define | CCAST const_cast |
#define | DCAST dynamic_cast |
#define | RCAST reinterpret_cast |
#define | SCAST static_cast |
Typedefs | |
typedef ::std::istream | sc_dt::systemc_istream |
typedef ::std::ostream | sc_dt::systemc_ostream |
#define CCAST const_cast |
Definition at line 56 of file sc_iostream.h.
#define DCAST dynamic_cast |
Definition at line 61 of file sc_iostream.h.
#define RCAST reinterpret_cast |
Definition at line 66 of file sc_iostream.h.
#define SCAST static_cast |
Definition at line 71 of file sc_iostream.h.