ooRexx  4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
  Fossies Dox: ooRexx-4.2.0-source.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

RexxHashTable.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tabentry
 
class  RexxHashTable
 

Typedefs

typedef size_t HashLink
 
typedef struct tabentry TABENTRY
 

Functions

RexxTablenew_hashCollection (size_t s, size_t s2, size_t t)
 
RexxHashTablenew_hashtab (size_t s)
 

Typedef Documentation

◆ HashLink

typedef size_t HashLink

Definition at line 49 of file RexxHashTable.hpp.

◆ TABENTRY

typedef struct tabentry TABENTRY

Function Documentation

◆ new_hashCollection()

RexxTable* new_hashCollection ( size_t  s,
size_t  s2,
size_t  t 
)
inline

◆ new_hashtab()

RexxHashTable* new_hashtab ( size_t  s)
inline