SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_plist_iter< T > Class Template Reference

#include <sysc/utils/sc_list.h>

Inheritance diagram for sc_core::sc_plist_iter< T >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_plist_iter< T >:
Collaboration graph
[legend]

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)
 
operator* () const
 
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
 

Detailed Description

template<class T>
class sc_core::sc_plist_iter< T >

Definition at line 35 of file sc_list.h.

Constructor & Destructor Documentation

template<class T >
sc_core::sc_plist_iter< T >::sc_plist_iter ( sc_plist< T > *  l,
bool  from_tail = false 
)
inline

Definition at line 134 of file sc_list.h.

template<class T >
sc_core::sc_plist_iter< T >::sc_plist_iter ( sc_plist< T > &  l,
bool  from_tail = false 
)
inline

Definition at line 139 of file sc_list.h.

template<class T >
sc_core::sc_plist_iter< T >::~sc_plist_iter ( )
inline

Definition at line 144 of file sc_list.h.

Member Function Documentation

template<class T >
T sc_core::sc_plist_iter< T >::get ( ) const
inline

Definition at line 159 of file sc_list.h.

template<class T >
T sc_core::sc_plist_iter< T >::operator* ( ) const
inline

Definition at line 158 of file sc_list.h.

template<class T >
void sc_core::sc_plist_iter< T >::reset ( sc_plist< T > *  l,
bool  from_tail = false 
)
inline

Definition at line 149 of file sc_list.h.

template<class T >
void sc_core::sc_plist_iter< T >::reset ( sc_plist< T > &  l,
bool  from_tail = false 
)
inline

Definition at line 153 of file sc_list.h.

template<class T >
void sc_core::sc_plist_iter< T >::set ( d)
inline

Definition at line 160 of file sc_list.h.


The documentation for this class was generated from the following file: