SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Attributes | List of all members
sc_core::sc_throw_it< EXCEPT > Class Template Reference

#include <sysc/kernel/sc_process.h>

Inheritance diagram for sc_core::sc_throw_it< EXCEPT >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_throw_it< EXCEPT >:
Collaboration graph
[legend]

Public Member Functions

 sc_throw_it (const EXCEPT &value)
 
virtual ~sc_throw_it ()
 
virtual this_typeclone () const
 
virtual void throw_it ()
 
- Public Member Functions inherited from sc_core::sc_throw_it_helper
 sc_throw_it_helper ()
 
virtual ~sc_throw_it_helper ()
 

Protected Attributes

EXCEPT m_value
 

Detailed Description

template<typename EXCEPT>
class sc_core::sc_throw_it< EXCEPT >

Definition at line 235 of file sc_process.h.

Constructor & Destructor Documentation

template<typename EXCEPT>
sc_core::sc_throw_it< EXCEPT >::sc_throw_it ( const EXCEPT &  value)
inline

Definition at line 239 of file sc_process.h.

template<typename EXCEPT>
virtual sc_core::sc_throw_it< EXCEPT >::~sc_throw_it ( )
inlinevirtual

Definition at line 240 of file sc_process.h.

Member Function Documentation

template<typename EXCEPT>
virtual this_type* sc_core::sc_throw_it< EXCEPT >::clone ( ) const
inlinevirtual

Implements sc_core::sc_throw_it_helper.

Definition at line 241 of file sc_process.h.

template<typename EXCEPT>
virtual void sc_core::sc_throw_it< EXCEPT >::throw_it ( )
inlinevirtual

Implements sc_core::sc_throw_it_helper.

Definition at line 242 of file sc_process.h.

Member Data Documentation

template<typename EXCEPT>
EXCEPT sc_core::sc_throw_it< EXCEPT >::m_value
protected

Definition at line 244 of file sc_process.h.


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