SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Attributes | List of all members
sc_core::sc_spawn_object< T > Class Template Reference

#include <sysc/kernel/sc_spawn.h>

Inheritance diagram for sc_core::sc_spawn_object< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_spawn_object< T >:
Collaboration graph
[legend]

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

m_object
 

Detailed Description

template<typename T>
class sc_core::sc_spawn_object< T >

Definition at line 77 of file sc_spawn.h.

Constructor & Destructor Documentation

◆ sc_spawn_object()

template<typename T >
sc_core::sc_spawn_object< T >::sc_spawn_object ( object)
inlineexplicit

Definition at line 80 of file sc_spawn.h.

Member Function Documentation

◆ semantics()

template<typename T >
virtual void sc_core::sc_spawn_object< T >::semantics ( )
inlinevirtual

Definition at line 84 of file sc_spawn.h.

Member Data Documentation

◆ m_object

template<typename T >
T sc_core::sc_spawn_object< T >::m_object
protected

Definition at line 90 of file sc_spawn.h.


The documentation for this class was generated from the following file: