sc_core::sc_phash_iter< K, C > Class Template Reference

#include <sysc/utils/sc_hash.h>

Inheritance diagram for sc_core::sc_phash_iter< K, C >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_phash_iter< K, C >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_phash_iter (sc_phash< K, C > *t)
 sc_phash_iter (sc_phash< K, C > &t)
 ~sc_phash_iter ()
void reset (sc_phash< K, C > *t)
void reset (sc_phash< K, C > &t)
key () const
contents () const
set_contents (C c)

Detailed Description

template<class K, class C>
class sc_core::sc_phash_iter< K, C >

Definition at line 235 of file sc_hash.h.


Constructor & Destructor Documentation

template<class K , class C >
sc_core::sc_phash_iter< K, C >::sc_phash_iter ( sc_phash< K, C > *  t  )  [inline]

Definition at line 237 of file sc_hash.h.

template<class K , class C >
sc_core::sc_phash_iter< K, C >::sc_phash_iter ( sc_phash< K, C > &  t  )  [inline]

Definition at line 238 of file sc_hash.h.

template<class K , class C >
sc_core::sc_phash_iter< K, C >::~sc_phash_iter (  )  [inline]

Definition at line 239 of file sc_hash.h.


Member Function Documentation

template<class K , class C >
C sc_core::sc_phash_iter< K, C >::contents (  )  const [inline]

Reimplemented from sc_core::sc_phash_base_iter.

Definition at line 245 of file sc_hash.h.

template<class K , class C >
K sc_core::sc_phash_iter< K, C >::key (  )  const [inline]

Reimplemented from sc_core::sc_phash_base_iter.

Definition at line 244 of file sc_hash.h.

template<class K , class C >
void sc_core::sc_phash_iter< K, C >::reset ( sc_phash< K, C > &  t  )  [inline]

Definition at line 242 of file sc_hash.h.

template<class K , class C >
void sc_core::sc_phash_iter< K, C >::reset ( sc_phash< K, C > *  t  )  [inline]

Definition at line 241 of file sc_hash.h.

template<class K , class C >
C sc_core::sc_phash_iter< K, C >::set_contents ( c  )  [inline]

Definition at line 246 of file sc_hash.h.


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

Generated on 30 Sep 2016 for SystemC by  doxygen 1.6.1