SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Go to the source code of this file.
Classes | |
class | sc_core::sc_spawn_object< T > |
class | sc_core::sc_spawn_object_v< T > |
Semantic object with return value. More... | |
Namespaces | |
sc_core | |
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) |
Semantic object with no return value. More... | |
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) |
This function is not supported by the out-of-order simulation in the current release. More... | |