Read@CVL
|
#include <LinkedBlockList.h>
Public Member Functions | |
void | addFront (ListType item) |
bool | isEmpty () |
LinkedBlockList () | |
~LinkedBlockList () | |
void | setCursorFront () |
ListType | next () |
bool | hasNext () |
|
inline |
LinkedBlockList::~LinkedBlockList | ( | ) |
void LinkedBlockList::addFront | ( | ListType | item | ) |
bool LinkedBlockList::hasNext | ( | ) |
|
inline |
ListType LinkedBlockList::next | ( | ) |
|
inline |