#include <RexxListTable.hpp>
Public Attributes | |
RexxObject * | value |
size_t | next |
size_t | previous |
Definition at line 49 of file RexxListTable.hpp.
size_t listentry::next |
Definition at line 51 of file RexxListTable.hpp.
Referenced by RexxList::add(), RexxList::addFirst(), RexxList::addLast(), RexxList::allIndexes(), RexxList::allItems(), RexxList::hasItem(), RexxList::index(), RexxQueue::index(), RexxList::insert(), RexxQueue::insert(), RexxList::makeArrayIndices(), RexxList::next(), RexxQueue::next(), RexxList::nextIndex(), RexxList::partitionBuffer(), RexxList::primitiveRemove(), RexxList::removeItem(), RexxList::removeObject(), RexxList::section(), RexxQueue::section(), RexxList::sectionSubclass(), RexxQueue::sectionSubclass(), and RexxList::weakReferenceArray().
size_t listentry::previous |
Definition at line 52 of file RexxListTable.hpp.
Referenced by RexxList::add(), RexxList::addFirst(), RexxList::addLast(), RexxList::getEntry(), RexxList::insert(), RexxQueue::insert(), RexxList::partitionBuffer(), RexxList::previous(), RexxQueue::previous(), RexxList::previousIndex(), and RexxList::primitiveRemove().
RexxObject* listentry::value |
Definition at line 50 of file RexxListTable.hpp.
Referenced by RexxList::add(), RexxList::addFirst(), RexxList::addLast(), RexxList::allItems(), RexxQueue::at(), RexxList::getFree(), RexxList::getValue(), RexxList::hasItem(), RexxList::index(), RexxQueue::index(), RexxList::insert(), RexxQueue::insert(), RexxList::partitionBuffer(), RexxList::primitiveRemove(), RexxList::put(), RexxQueue::put(), RexxList::removeItem(), RexxList::removeObject(), RexxList::section(), RexxQueue::section(), RexxList::sectionSubclass(), RexxQueue::sectionSubclass(), RexxList::value(), and RexxList::weakReferenceArray().