#include <dependencyList.hpp>
Inheritance diagram for dependencyList:
Public Member Functions | |
dependencyList () | |
void | add (klassOop *k) |
void | remove () |
int32 | length () |
bool | isEmpty () |
bool | nonEmpty () |
Public Attributes | |
klassOop * | dependentsArray |
klassOop * | top |
Definition at line 26 of file dependencyList.hpp.
dependencyList::dependencyList | ( | ) | [inline] |
Definition at line 30 of file dependencyList.hpp.
References dependentsArray, DependentsArraySize, NEW_C_HEAP_ARRAY, and top.
void dependencyList::add | ( | klassOop * | k | ) | [inline] |
bool dependencyList::isEmpty | ( | ) | [inline] |
Definition at line 41 of file dependencyList.hpp.
References length().
Referenced by nonEmpty().
Here is the call graph for this function:
int32 dependencyList::length | ( | ) | [inline] |
bool dependencyList::nonEmpty | ( | ) | [inline] |
Definition at line 42 of file dependencyList.hpp.
References isEmpty().
Here is the call graph for this function:
void dependencyList::remove | ( | ) |
Definition at line 28 of file dependencyList.hpp.
Referenced by add(), dependencyList(), and length().