A dummy array of integers that ignores all the assigned values. More...
#include <chomp/struct/digraph.h>
Public Member Functions | |
dummyArray () | |
The constructor of a dummy array. | |
int_t & | operator[] (int_t) |
Operator [] which returns a reference to a dummy value. | |
Private Attributes | |
int_t | n |
A dummy number used as a dump box for assigning values. |
A dummy array of integers that ignores all the assigned values.
Definition at line 117 of file digraph.h.
chomp::homology::dummyArray::dummyArray | ( | ) | [inline] |
int_t& chomp::homology::dummyArray::operator[] | ( | int_t | ) | [inline] |
int_t chomp::homology::dummyArray::n [private] |
A dummy number used as a dump box for assigning values.
Definition at line 128 of file digraph.h.
Referenced by dummyArray(), and operator[]().