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

#include <sysc/kernel/sc_spawn.h>

Inheritance diagram for sc_core::sc_spawn_object_v< T, R >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_spawn_object_v< T, R >:
Collaboration graph
[legend]

Public Member Functions

 sc_spawn_object_v (R *r_p, 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
 
R * m_result_p
 

Detailed Description

template<typename T, typename R>
class sc_core::sc_spawn_object_v< T, R >

Definition at line 181 of file sc_spawn.h.

Constructor & Destructor Documentation

◆ sc_spawn_object_v()

template<typename T , typename R >
sc_core::sc_spawn_object_v< T, R >::sc_spawn_object_v ( R *  r_p,
object 
)
inline

Definition at line 184 of file sc_spawn.h.

Member Function Documentation

◆ semantics()

template<typename T , typename R >
virtual void sc_core::sc_spawn_object_v< T, R >::semantics ( )
inlinevirtual

Definition at line 189 of file sc_spawn.h.

Member Data Documentation

◆ m_object

template<typename T , typename R >
T sc_core::sc_spawn_object_v< T, R >::m_object
protected

Definition at line 195 of file sc_spawn.h.

◆ m_result_p

template<typename T , typename R >
R* sc_core::sc_spawn_object_v< T, R >::m_result_p
protected

Definition at line 196 of file sc_spawn.h.


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