#include "sysc/kernel/sc_cmnhdr.h"#include "sysc/kernel/sc_externs.h"#include "sysc/utils/sc_iostream.h"#include "sysc/utils/sc_report.h"#include "sysc/utils/sc_report_handler.h"#include <exception>

Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Functions | |
| void | sc_core::pln () |
| static void | sc_core::message_function (const char *s) |
| int | sc_core::sc_argc () |
| const char *const * | sc_core::sc_argv () |
| int | sc_core::sc_elab_and_sim (int argc, char *argv[]) |
Variables | |
| static int | sc_core::argc_copy |
| static char ** | sc_core::argv_copy |
| bool | sc_core::sc_in_action = false |
1.5.5