#include <stdio.h>#include <cstdlib>#include <cassert>#include <ctype.h>#include "sysc/kernel/sc_externs.h"#include "sysc/kernel/sc_kernel_ids.h"#include "sysc/kernel/sc_module.h"#include "sysc/kernel/sc_object.h"#include "sysc/kernel/sc_object_manager.h"#include "sysc/kernel/sc_process_handle.h"#include "sysc/kernel/sc_simcontext.h"#include "sysc/utils/sc_hash.h"#include "sysc/utils/sc_iostream.h"#include "sysc/utils/sc_list.h"#include "sysc/utils/sc_mempool.h"ネームスペース | |
| namespace | sc_core |
型定義 | |
| typedef int(* | sc_core::STRCMP )(const void *, const void *) |
関数 | |
| static char * | sc_core::sc_object_newname (char *name) |
| static bool | sc_core::object_name_illegal_char (char ch) |
変数 | |
| const char | sc_core::SC_HIERARCHY_CHAR = '.' |
| bool | sc_core::sc_enable_name_checking = true |
| static int | sc_core::sc_object_num = 0 |
1.5.6