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.
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | tabentry |
class | RexxHashTable |
Typedefs | |
typedef size_t | HashLink |
typedef struct tabentry | TABENTRY |
Functions | |
RexxTable * | new_hashCollection (size_t s, size_t s2, size_t t) |
RexxHashTable * | new_hashtab (size_t s) |
typedef size_t HashLink |
Definition at line 49 of file RexxHashTable.hpp.
|
inline |
Definition at line 156 of file RexxHashTable.hpp.
References RexxHashTable::newInstance().
Referenced by RexxRelation::newInstance(), RexxIdentityTable::newInstance(), RexxTable::newInstance(), RexxDirectory::newInstance(), and RexxVariableDictionary::newInstance().
|
inline |
Definition at line 157 of file RexxHashTable.hpp.
References RexxHashTable::newInstance().
Referenced by RexxHashTable::insert(), RexxHashTable::reHash(), and RexxTable::reset().