SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_list.h File Reference

Simple implementation of a doubly linked list. More...

Include dependency graph for sc_list.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.