#include <iostream>#include <sstream>#include <fstream>#include <cstddef>#include <cstring>


Go to the source code of this file.
Defines | |
| #define | CCAST const_cast |
| #define | DCAST dynamic_cast |
| #define | RCAST reinterpret_cast |
| #define | SCAST static_cast |
| #define CCAST const_cast |
defined( __HP_aCC ) &&
Definition at line 93 of file sc_iostream.h.
| #define DCAST dynamic_cast |
Definition at line 98 of file sc_iostream.h.
| #define RCAST reinterpret_cast |
Definition at line 103 of file sc_iostream.h.
| #define SCAST static_cast |
Definition at line 108 of file sc_iostream.h.
1.5.5