#include <deps.h>
Class diagram for dependencyList:
Public Members | |||
![]() | ![]() | dependencyList () | |
![]() | ![]() | bool | alreadyThere (nmln* dep) |
![]() | ![]() | nmln* | start () |
![]() | ![]() | nmln* | end () |
![]() | ![]() | void | add (nmln* dep) |
![]() | ![]() | void | add (slotsMapDeps *m, slotDesc* s) |
![]() | ![]() | void | add (Map* m) |
![]() | ![]() | void | remove () |
![]() | ![]() | int32 | length () |
![]() | ![]() | bool | isEmpty () |
![]() | ![]() | bool | nonEmpty () |
dependencyList::dependencyList () [inline]
|
bool dependencyList::alreadyThere (nmln * dep) [inline]
|
nmln * dependencyList::start () [inline]
|
nmln * dependencyList::end () [inline]
|
void dependencyList::add (nmln * dep) |
void dependencyList::add (slotsMapDeps * m, slotDesc * s) [inline]
|
void dependencyList::add (Map * m) [inline]
|
void dependencyList::remove () |
int32 dependencyList::length () [inline]
|
bool dependencyList::isEmpty () [inline]
|
bool dependencyList::nonEmpty () [inline]
|