SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
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]

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)
 
- 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_phash_iter< K, C >

Definition at line 156 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

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

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 241 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 >
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: