chomp::homology::dummyArray Class Reference

A dummy array of integers that ignores all the assigned values. More...

#include <chomp/struct/digraph.h>

List of all members.

Public Member Functions

 dummyArray ()
 The constructor of a dummy array.
int & operator[] (int)
 Operator [] which returns a reference to a dummy value.

Private Attributes

int n
 A dummy number used as a dump box for assigning values.


Detailed Description

A dummy array of integers that ignores all the assigned values.

Definition at line 112 of file digraph.h.


Constructor & Destructor Documentation

chomp::homology::dummyArray::dummyArray (  )  [inline]

The constructor of a dummy array.

Definition at line 116 of file digraph.h.

References n.


Member Function Documentation

int& chomp::homology::dummyArray::operator[] ( int   )  [inline]

Operator [] which returns a reference to a dummy value.

Definition at line 119 of file digraph.h.

References n.


Member Data Documentation

int chomp::homology::dummyArray::n [private]

A dummy number used as a dump box for assigning values.

Definition at line 123 of file digraph.h.

Referenced by dummyArray(), and operator[]().


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 11:08:42 2007 for The Uniform Expansion Software by  doxygen 1.5.3