| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/utils/sc_hash.h>


Public Member Functions | |
| sc_phash_iter (sc_phash< K, C > *t) | |
| sc_phash_iter (sc_phash< K, C > &t) | |
| ~sc_phash_iter () | |
| void | reset (sc_phash< K, C > *t) | 
| void | reset (sc_phash< K, C > &t) | 
| K | key () const | 
| C | contents () const | 
| C | set_contents (C c) | 
  Public Member Functions inherited from sc_core::sc_phash_base_iter | |
| void | reset (sc_phash_base *t) | 
| void | reset (sc_phash_base &t) | 
| sc_phash_base_iter (sc_phash_base *t) | |
| sc_phash_base_iter (sc_phash_base &t) | |
| ~sc_phash_base_iter () | |
| bool | empty () const | 
| void | step () | 
| void | operator++ (int) | 
| void | remove () | 
| void | remove (void(*kfree)(void *)) | 
| void * | key () const | 
| void * | contents () const | 
| void * | set_contents (void *c) | 
Additional Inherited Members | |
  Protected Attributes inherited from sc_core::sc_phash_base_iter | |
| sc_phash_base * | table | 
| sc_phash_elem * | entry | 
| sc_phash_elem * | next | 
| sc_phash_elem ** | last | 
| int | index | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
 1.8.5