| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
Registry for all primitive channels. More...
#include <sysc/communication/sc_prim_channel.h>
Public Member Functions | |
| void | insert (sc_prim_channel &) | 
| void | remove (sc_prim_channel &) | 
| int | size () const | 
| void | request_update (sc_prim_channel &) | 
| void | async_request_update (sc_prim_channel &) | 
| bool | pending_updates () const | 
| bool | pending_async_updates () const | 
Friends | |
| class | sc_simcontext | 
Registry for all primitive channels.
FOR INTERNAL USE ONLY!
Definition at line 420 of file sc_prim_channel.h.
| void sc_core::sc_prim_channel_registry::async_request_update | ( | sc_prim_channel & | ) | 
| void sc_core::sc_prim_channel_registry::insert | ( | sc_prim_channel & | ) | 
| bool sc_core::sc_prim_channel_registry::pending_async_updates | ( | ) | const | 
      
  | 
  inline | 
Definition at line 436 of file sc_prim_channel.h.
| void sc_core::sc_prim_channel_registry::remove | ( | sc_prim_channel & | ) | 
      
  | 
  inline | 
Definition at line 500 of file sc_prim_channel.h.
      
  | 
  inline | 
Definition at line 430 of file sc_prim_channel.h.
      
  | 
  friend | 
Definition at line 422 of file sc_prim_channel.h.
 1.8.5