SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Simple implementation of a doubly linked list. More...
#include <sysc/kernel/sc_cmnhdr.h>
Go to the source code of this file.
Classes | |
class | sc_core::sc_plist_iter< T > |
class | sc_core::sc_plist_base |
class | sc_core::sc_plist_base_iter |
class | sc_core::sc_plist< T > |
class | sc_core::sc_plist_iter< T > |
Namespaces | |
sc_core | |
Typedefs | |
typedef void(* | sc_core::sc_plist_map_fn) (void *data, void *arg) |
Simple implementation of a doubly linked list.
Original Author: Stan Y. Liao, Synopsys, Inc.
CHANGE LOG AT END OF FILE
Definition in file sc_list.h.