| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/kernel/sc_spawn.h>


Public Member Functions | |
| sc_spawn_object (T object) | |
| virtual void | semantics () | 
  Public Member Functions inherited from sc_core::sc_process_host | |
| sc_process_host () | |
| virtual | ~sc_process_host () | 
| void | defunct () | 
Protected Attributes | |
| T | m_object | 
Definition at line 75 of file sc_spawn.h.
      
  | 
  inline | 
Definition at line 77 of file sc_spawn.h.
      
  | 
  inlinevirtual | 
Definition at line 81 of file sc_spawn.h.
      
  | 
  protected | 
Definition at line 87 of file sc_spawn.h.
 1.8.5