|
SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/utils/sc_list.h>


Public Types | |
| typedef sc_plist_elem * | handle_t |
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) |
| void | reset (sc_plist_base *l, bool from_tail=false) |
| bool | empty () const |
| void | operator++ (int) |
| void | operator-- (int) |
| void | set (void *d) |
| void | remove () |
| void | remove (int direction) |
| void | set_handle (handle_t h) |
| handle_t | get_handle () const |
|
inherited |
|
inline |
|
inline |
|
inline |
|
inherited |
|
inline |
|
inlineinherited |
|
inline |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inherited |
|
inline |
|
inherited |