Node.hpp File Reference

#include "Cell.hpp"

Go to the source code of this file.

Classes

class  Node
 A node within a singly linked list. More...


Detailed Description

Implements a node for use in a singly linked list. Each node has a pointer to the next node, as well as a pointer to an element stored using the Cell class so that the list can contain any mix of ints, doubles, and symbols.

Generated on Tue Sep 16 10:30:40 2014 for COMP2012H by  doxygen 1.5.8