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) 
|
Go to the documentation of this file. 44 #ifndef Included_RexxHashTableCollection 45 #define Included_RexxHashTableCollection
RexxObject * value(HashLink position)
RexxObject * putRexx(RexxObject *, RexxObject *)
RexxObject * index(HashLink pos)
HashLink next(HashLink pos)
RexxObject * indexRexx(RexxObject *value)
virtual RexxObject * put(RexxObject *, RexxObject *)
RexxObject * allAt(RexxObject *)
RexxObject * hasItemRexx(RexxObject *)
virtual RexxObject * removeItem(RexxObject *value)
void liveGeneral(int reason)
RexxObject * copyValues(int depth)
virtual RexxObject * mergeItem(RexxObject *, RexxObject *)
RexxObject * removeRexx(RexxObject *)
virtual RexxObject * getIndex(RexxObject *value)
virtual RexxObject * remove(RexxObject *key)
RexxArray * uniqueIndexes()
virtual RexxObject * add(RexxObject *, RexxObject *)
RexxObject * getRexx(RexxObject *)
RexxObject * addRexx(RexxObject *, RexxObject *)
bool available(HashLink position)
virtual RexxObject * get(RexxObject *key)
RexxObject * value(HashLink pos)
RexxObject * removeItemRexx(RexxObject *value)
RexxObject * unflatten(RexxEnvelope *)
RexxObject * index(HashLink position)
RexxObject * hasIndexRexx(RexxObject *)
virtual RexxObject * hasItem(RexxObject *)
HashLink next(HashLink position)
RexxObject * merge(RexxHashTableCollection *)
void flatten(RexxEnvelope *)
bool available(HashLink pos)
RexxObject * makeProxy(RexxEnvelope *)
RexxSupplier * supplier()