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


Public Member Functions | |
| sc_plist_iter (sc_plist< T > *l, bool from_tail=false) | |
| sc_plist_iter (sc_plist< T > &l, bool from_tail=false) | |
| ~sc_plist_iter () | |
| void | reset (sc_plist< T > *l, bool from_tail=false) | 
| void | reset (sc_plist< T > &l, bool from_tail=false) | 
| T | operator* () const | 
| T | get () const | 
| void | set (T d) | 
  Public Member Functions inherited from sc_core::sc_plist_base_iter | |
| sc_plist_base_iter (sc_plist_base *l, bool from_tail=false) | |
| ~sc_plist_base_iter () | |
| void | reset (sc_plist_base *l, bool from_tail=false) | 
| bool | empty () const | 
| void | operator++ (int) | 
| void | operator-- (int) | 
| void * | get () const | 
| void | set (void *d) | 
| void | remove () | 
| void | remove (int direction) | 
| void | set_handle (handle_t h) | 
| handle_t | get_handle () const | 
Additional Inherited Members | |
  Public Types inherited from sc_core::sc_plist_base_iter | |
| typedef sc_plist_elem * | handle_t | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
 1.8.5