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


Public Types | |
| typedef sc_plist_iter< T > | iterator |
| typedef sc_plist_elem * | handle_t |
Public Member Functions | |
| sc_plist () | |
| ~sc_plist () | |
| handle_t | push_back (T d) |
| handle_t | push_front (T d) |
| T | pop_back () |
| T | pop_front () |
| handle_t | insert_before (handle_t h, T d) |
| handle_t | insert_after (handle_t h, T d) |
| T | remove (handle_t h) |
| T | get (handle_t h) const |
| void | set (handle_t h, T d) |
| T | front () const |
| T | back () const |
| handle_t | push_back (void *d) |
| handle_t | push_front (void *d) |
| handle_t | insert_before (handle_t h, void *d) |
| handle_t | insert_after (handle_t h, void *d) |
| void | set (handle_t h, void *d) |
| void | mapcar (sc_plist_map_fn f, void *arg) |
| void | erase_all () |
| bool | empty () const |
| int | size () const |
Friends | |
| class | sc_plist_iter< T > |
Definition at line 79 of file sc_simcontext.h.
|
inherited |
| typedef sc_plist_iter<T> sc_core::sc_plist< T >::iterator |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inherited |
|
inline |
|
inline |
|
inherited |
|
inline |
|
inherited |
|
inline |
|
inline |
|
inherited |
|
inline |
|
inherited |
|
friend |