#include "RexxCore.h"
#include "RexxHashTable.hpp"
#include "ArrayClass.hpp"
#include "SupplierClass.hpp"
#include "ProtectedObject.hpp"
Go to the source code of this file.
Functions | |
bool | EQUAL_VALUE (RexxObject *value, RexxObject *other) |
Variables | |
const HashLink | NO_MORE = 0 |
const HashLink | NO_LINK = ~((HashLink)0) |
|
inline |
Definition at line 68 of file RexxHashTable.cpp.
References RexxObject::isEqual().
Referenced by RexxHashTable::allIndex(), RexxHashTable::countAll(), RexxHashTable::get(), RexxHashTable::getAll(), RexxHashTable::getIndex(), RexxHashTable::hasItem(), RexxHashTable::put(), RexxHashTable::putNodupe(), RexxHashTable::remove(), RexxHashTable::removeAll(), and RexxHashTable::removeItem().
Definition at line 64 of file RexxHashTable.cpp.
Referenced by RexxHashTable::primitiveRemove(), RexxHashTable::primitiveRemoveItem(), RexxHashTable::remove(), RexxHashTable::removeAll(), and RexxHashTable::removeItem().
const HashLink NO_MORE = 0 |
Definition at line 62 of file RexxHashTable.cpp.
Referenced by RexxHashTable::countAll(), RexxHashTable::emptySlot(), RexxHashTable::get(), RexxHashTable::getAll(), RexxHashTable::hasItem(), RexxHashTable::nextItem(), RexxHashTable::primitiveGet(), RexxHashTable::primitiveGetAll(), RexxHashTable::primitiveHasItem(), RexxHashTable::primitiveNextItem(), RexxHashTable::primitivePut(), RexxHashTable::primitiveRemove(), RexxHashTable::primitiveRemoveItem(), RexxHashTable::put(), RexxHashTable::putNodupe(), RexxHashTable::remove(), RexxHashTable::removeAll(), RexxHashTable::removeItem(), RexxHashTable::stringGet(), RexxHashTable::stringGetAll(), and RexxHashTable::stringPut().