Read@CVL
LinkedBlockList Class Reference

#include <LinkedBlockList.h>

Public Member Functions

void addFront (ListType item)
 
bool isEmpty ()
 
 LinkedBlockList ()
 
 ~LinkedBlockList ()
 
void setCursorFront ()
 
ListType next ()
 
bool hasNext ()
 

Constructor & Destructor Documentation

LinkedBlockList::LinkedBlockList ( )
inline
LinkedBlockList::~LinkedBlockList ( )

Member Function Documentation

void LinkedBlockList::addFront ( ListType  item)
bool LinkedBlockList::hasNext ( )
bool LinkedBlockList::isEmpty ( )
inline
ListType LinkedBlockList::next ( )
void LinkedBlockList::setCursorFront ( )
inline

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