ReadFramework
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 ( )

Here is the caller graph for this function:

Member Function Documentation

void LinkedBlockList::addFront ( ListType  item)

Here is the caller graph for this function:

bool LinkedBlockList::hasNext ( )

Here is the caller graph for this function:

bool LinkedBlockList::isEmpty ( )
inline
ListType LinkedBlockList::next ( )

Here is the caller graph for this function:

void LinkedBlockList::setCursorFront ( )
inline

Here is the caller graph for this function:


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