#include <chomp/struct/digraph.h>
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. |
Definition at line 112 of file digraph.h.
chomp::homology::dummyArray::dummyArray | ( | ) | [inline] |
int& chomp::homology::dummyArray::operator[] | ( | int | ) | [inline] |
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[]().