SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_spawn_object_v< T > Class Template Reference

#include <sysc/kernel/sc_spawn.h>

Inheritance diagram for sc_core::sc_spawn_object_v< T >:
Collaboration diagram for sc_core::sc_spawn_object_v< T >:

Public Member Functions

 sc_spawn_object_v (typename T::result_type *r_p, T object)
 
virtual void semantics ()
 
void defunct ()
 

Protected Attributes

m_object
 
T::result_type * m_result_p
 

Detailed Description

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

Definition at line 191 of file sc_spawn.h.

Constructor & Destructor Documentation

◆ sc_spawn_object_v()

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

Definition at line 193 of file sc_spawn.h.

Member Function Documentation

◆ defunct()

void sc_core::sc_process_host::defunct ( )
inlineinherited

Definition at line 101 of file sc_process.h.

◆ semantics()

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

Definition at line 198 of file sc_spawn.h.

Member Data Documentation

◆ m_object

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

Definition at line 204 of file sc_spawn.h.

◆ m_result_p

template<typename T>
T::result_type* sc_core::sc_spawn_object_v< T >::m_result_p
protected

Definition at line 205 of file sc_spawn.h.


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