|
Overture
Version 25
|
#include <Mapping.h>

Public Member Functions | |
| MappingLinkedList () | |
| ~MappingLinkedList () | |
| void | add (Mapping *val) |
| int | remove (Mapping *val) |
Public Attributes | |
| MappingItem * | start |
| MappingItem * | end |
| MappingLinkedList::~MappingLinkedList | ( | ) |
References MappingItem::next, and start.
| void MappingLinkedList::add | ( | Mapping * | val | ) |
References end, MappingItem::next, NULL, and start.
Referenced by addToMappingList().
| int MappingLinkedList::remove | ( | Mapping * | val | ) |
References FALSE, MappingItem::next, NULL, start, TRUE, and MappingItem::val.
| MappingItem* MappingLinkedList::end |
Referenced by add(), and MappingLinkedList().
| MappingItem* MappingLinkedList::start |
Referenced by add(), MappingLinkedList(), remove(), and ~MappingLinkedList().
1.8.3