#include <cassert>
#include "sysc/utils/sc_iostream.h"
#include "sysc/kernel/sc_constants.h"
#include "sysc/kernel/sc_object.h"
#include "sysc/kernel/sc_kernel_ids.h"
#include "sysc/kernel/sc_reset.h"
#include "sysc/communication/sc_export.h"
#define SC_DECL_HELPER_STRUCT | ( | callback_tag, | |||
func | ) |
sc_process.h の 178 行で定義されています。
#define SC_MAKE_FUNC_PTR | ( | callback_tag, | |||
func | ) | static_cast<sc_core::SC_ENTRY_FUNC>(&callback_tag::func) |
sc_process.h の 179 行で定義されています。
#define sc_process_h_INCLUDED |
sc_process.h の 74 行で定義されています。
#define SC_USE_MEMBER_FUNC_PTR |
sc_process.h の 169 行で定義されています。