Classes | Public Member Functions | Private Types | Private Attributes
LinkedBlockList Class Reference

#include <LinkedBlockList.h>

List of all members.

Classes

struct  LLBlockStruct

Public Member Functions

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

Private Types

typedef struct
LinkedBlockList::LLBlockStruct 
LLBlock

Private Attributes

LLBlockm_cursor
BlockType m_cursor_ind
LLBlockm_head
BlockType m_head_block_size

Detailed Description

Definition at line 21 of file LinkedBlockList.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 26 of file LinkedBlockList.h.

Definition at line 54 of file LinkedBlockList.cpp.


Member Function Documentation

Definition at line 7 of file LinkedBlockList.cpp.

Definition at line 45 of file LinkedBlockList.cpp.

Definition at line 25 of file LinkedBlockList.h.

Definition at line 24 of file LinkedBlockList.cpp.

Definition at line 30 of file LinkedBlockList.h.


Member Data Documentation

Definition at line 46 of file LinkedBlockList.h.

Definition at line 44 of file LinkedBlockList.h.

Definition at line 40 of file LinkedBlockList.h.

Definition at line 42 of file LinkedBlockList.h.


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


tabletop_pushing
Author(s): Tucker Hermans
autogenerated on Wed Nov 27 2013 11:59:45