SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_pdhash_iter< K, C > Class Template Reference

#include <sysc/utils/sc_hash.h>

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

Public Member Functions

 sc_pdhash_iter (sc_pdhash< K, C > *t)
 
 sc_pdhash_iter (sc_pdhash< K, C > &t)
 
 ~sc_pdhash_iter ()
 
void reset (sc_pdhash< K, C > *t)
 
void reset (sc_pdhash< K, C > &t)
 
void remove ()
 
key () const
 
contents () const
 
set_contents (C c)
 
- Public Member Functions inherited from sc_core::sc_phash_base_iter
void reset (sc_phash_base *t)
 
void reset (sc_phash_base &t)
 
 sc_phash_base_iter (sc_phash_base *t)
 
 sc_phash_base_iter (sc_phash_base &t)
 
 ~sc_phash_base_iter ()
 
bool empty () const
 
void step ()
 
void operator++ (int)
 
void remove ()
 
void remove (void(*kfree)(void *))
 
void * key () const
 
void * contents () const
 
void * set_contents (void *c)
 

Additional Inherited Members

- Protected Attributes inherited from sc_core::sc_phash_base_iter
sc_phash_basetable
 
sc_phash_elem * entry
 
sc_phash_elem * next
 
sc_phash_elem ** last
 
int index
 

Detailed Description

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

Definition at line 41 of file sc_hash.h.

Constructor & Destructor Documentation

template<class K , class C >
sc_core::sc_pdhash_iter< K, C >::sc_pdhash_iter ( sc_pdhash< K, C > *  t)
inline

Definition at line 329 of file sc_hash.h.

template<class K , class C >
sc_core::sc_pdhash_iter< K, C >::sc_pdhash_iter ( sc_pdhash< K, C > &  t)
inline

Definition at line 330 of file sc_hash.h.

template<class K , class C >
sc_core::sc_pdhash_iter< K, C >::~sc_pdhash_iter ( )
inline

Definition at line 331 of file sc_hash.h.

Member Function Documentation

template<class K , class C >
C sc_core::sc_pdhash_iter< K, C >::contents ( ) const
inline

Definition at line 338 of file sc_hash.h.

template<class K , class C >
K sc_core::sc_pdhash_iter< K, C >::key ( ) const
inline

Definition at line 337 of file sc_hash.h.

template<class K , class C >
void sc_core::sc_pdhash_iter< K, C >::remove ( )
inline

Definition at line 336 of file sc_hash.h.

template<class K , class C >
void sc_core::sc_pdhash_iter< K, C >::reset ( sc_pdhash< K, C > *  t)
inline

Definition at line 333 of file sc_hash.h.

template<class K , class C >
void sc_core::sc_pdhash_iter< K, C >::reset ( sc_pdhash< K, C > &  t)
inline

Definition at line 334 of file sc_hash.h.

template<class K , class C >
C sc_core::sc_pdhash_iter< K, C >::set_contents ( c)
inline

Definition at line 339 of file sc_hash.h.


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