#include "sysc/kernel/sc_process_handle.h"#include "sysc/kernel/sc_spawn_options.h"


Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Classes | |
| class | sc_core::sc_spawn_object< T > |
| class | sc_core::sc_spawn_object_v< T > |
Defines | |
| #define | sc_spawn_h_INCLUDED |
Functions | |
| template<typename T> | |
| sc_process_handle | sc_core::sc_spawn (T object, const char *name_p=0, const sc_spawn_options *opt_p=0) |
| template<typename T> | |
| sc_process_handle | sc_core::sc_spawn (typename T::result_type *r_p, T object, const char *name_p=0, const sc_spawn_options *opt_p=0) |
| #define sc_spawn_h_INCLUDED |
Definition at line 53 of file sc_spawn.h.
1.5.5