| 
    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_reset.h>

Protected Member Functions | |
| sc_reset (const sc_signal_in_if< bool > *iface_p) | |
| void | notify_processes () | 
| void | remove_process (sc_process_b *) | 
Static Protected Member Functions | |
| static void | reconcile_resets () | 
| static void | reset_signal_is (bool async, const sc_signal_in_if< bool > &iface, bool level) | 
| static void | reset_signal_is (bool async, const sc_in< bool > &iface, bool level) | 
| static void | reset_signal_is (bool async, const sc_inout< bool > &iface, bool level) | 
| static void | reset_signal_is (bool async, const sc_out< bool > &iface, bool level) | 
Protected Attributes | |
| const sc_signal_in_if< bool > * | m_iface_p | 
| std::vector< sc_reset_target > | m_targets | 
Friends | |
| class | sc_cthread_process | 
| class | sc_method_process | 
| class | sc_module | 
| class | sc_channel | 
| class | sc_process_b | 
| class | sc_signal< bool, SC_ONE_WRITER > | 
| class | sc_signal< bool, SC_MANY_WRITERS > | 
| class | sc_signal< bool, SC_UNCHECKED_WRITERS > | 
| class | sc_simcontext | 
| template<typename SOURCE > | |
| class | sc_spawn_reset | 
| class | sc_thread_process | 
Definition at line 74 of file sc_reset.h.
      
  | 
  inlineprotected | 
Definition at line 100 of file sc_reset.h.
      
  | 
  protected | 
      
  | 
  staticprotected | 
      
  | 
  protected | 
      
  | 
  staticprotected | 
      
  | 
  staticprotected | 
      
  | 
  staticprotected | 
      
  | 
  staticprotected | 
      
  | 
  friend | 
Definition at line 78 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 75 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 76 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 77 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 79 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 81 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 80 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 82 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 83 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 84 of file sc_reset.h.
      
  | 
  friend | 
Definition at line 85 of file sc_reset.h.
      
  | 
  protected | 
Definition at line 106 of file sc_reset.h.
      
  | 
  protected | 
Definition at line 107 of file sc_reset.h.
 1.8.5