Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | Friends
qucs::hashentry< type_t > Class Template Reference

#include <hash.h>

Public Member Functions

 hashentry ()
 
 ~hashentry ()
 

Private Attributes

int code
 
char * key
 
type_t * value
 

Friends

class hashiterator< type_t >
 
class hashbucket< type_t >
 
class hash< type_t >
 

Detailed Description

template<class type_t>
class qucs::hashentry< type_t >

Definition at line 38 of file hash.h.

Constructor & Destructor Documentation

template<class type_t>
qucs::hashentry< type_t >::hashentry ( )
inline

Definition at line 54 of file hash.h.

template<class type_t>
qucs::hashentry< type_t >::~hashentry ( )
inline

Definition at line 57 of file hash.h.

Friends And Related Function Documentation

template<class type_t>
friend class hash< type_t >
friend

Definition at line 51 of file hash.h.

template<class type_t>
friend class hashbucket< type_t >
friend

Definition at line 50 of file hash.h.

template<class type_t>
friend class hashiterator< type_t >
friend

Definition at line 49 of file hash.h.

Field Documentation

template<class type_t>
int qucs::hashentry< type_t >::code
private

Definition at line 62 of file hash.h.

template<class type_t>
char* qucs::hashentry< type_t >::key
private

Definition at line 63 of file hash.h.

template<class type_t>
type_t* qucs::hashentry< type_t >::value
private

Definition at line 64 of file hash.h.


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