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]

List of all members.

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)

Detailed Description

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

Definition at line 132 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]

Reimplemented from sc_core::sc_plist_base_iter.

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 153 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 >::set ( d  )  [inline]

Definition at line 160 of file sc_list.h.


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

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1