Overture  Version 25
Public Member Functions | Public Attributes | List of all members
MappingLinkedList Class Reference

#include <Mapping.h>

Collaboration diagram for MappingLinkedList:
Collaboration graph
[legend]

Public Member Functions

 MappingLinkedList ()
 
 ~MappingLinkedList ()
 
void add (Mapping *val)
 
int remove (Mapping *val)
 

Public Attributes

MappingItemstart
 
MappingItemend
 

Constructor & Destructor Documentation

MappingLinkedList::MappingLinkedList ( )

References end, NULL, and start.

MappingLinkedList::~MappingLinkedList ( )

References MappingItem::next, and start.

Member Function Documentation

void MappingLinkedList::add ( Mapping val)

References end, MappingItem::next, NULL, and start.

Referenced by addToMappingList().

int MappingLinkedList::remove ( Mapping val)

Member Data Documentation

MappingItem* MappingLinkedList::end

Referenced by add(), and MappingLinkedList().

MappingItem* MappingLinkedList::start

The documentation for this class was generated from the following files: